Updated on 2026-08-14

This commit is contained in:
Tangem 2018-10-18 17:26:34 +03:00
parent 1a671525a1
commit 47b75d049b
6 changed files with 104 additions and 131 deletions

View file

@ -138,13 +138,13 @@ public class WaitSecurityDelayDialog extends DialogFragment {
timerToShowDelayDialog = null;
}
if (msec == 0) {
if (instance != null) {
instance.dismiss();
instance = null;
}
return;
}
// if (msec == 0) {
// if (instance != null) {
// instance.dismiss();
// instance = null;
// }
// return;
// }
if (instance == null) {
if (msec > MinRemainingDelayToShowDialog) {
instance = new WaitSecurityDelayDialog();