Updated on 2026-08-14
This commit is contained in:
parent
06ea180c4a
commit
7a6990cca4
2 changed files with 9 additions and 8 deletions
|
|
@ -15,7 +15,7 @@ android {
|
|||
applicationId "com.tangem.wallet"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 27
|
||||
versionCode 93
|
||||
versionCode 94
|
||||
versionName "0.89.2." + generateVersionName()
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -138,13 +138,14 @@ 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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue