Cancel biometric prompt on pause

This commit is contained in:
M66B
2020-05-30 15:59:51 +02:00
parent 51ce845828
commit 5bc040a3f3
3 changed files with 14 additions and 5 deletions

View File

@@ -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() {