mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 12:24:26 +01:00
Cancel biometric prompt on pause
This commit is contained in:
@@ -206,7 +206,7 @@ public class ActivityMain extends ActivityBase implements FragmentManager.OnBack
|
||||
};
|
||||
|
||||
if (Helper.shouldAuthenticate(this))
|
||||
Helper.authenticate(ActivityMain.this, null,
|
||||
Helper.authenticate(ActivityMain.this, ActivityMain.this, null,
|
||||
new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
|
||||
Reference in New Issue
Block a user