mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Cancel biometric prompt on pause
This commit is contained in:
@@ -159,7 +159,7 @@ public class FragmentOptionsPrivacy extends FragmentBase implements SharedPrefer
|
||||
public void onClick(View v) {
|
||||
final boolean biometrics = prefs.getBoolean("biometrics", false);
|
||||
|
||||
Helper.authenticate(getActivity(), biometrics, new Runnable() {
|
||||
Helper.authenticate(getActivity(), getViewLifecycleOwner(), biometrics, new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user