Fix a few more tabs

This commit is contained in:
ianjazz246
2023-05-20 10:48:32 -07:00
parent 3526aa1889
commit 05c94a3af8

View File

@@ -466,9 +466,9 @@ namespace keepass2android
}
}
private HashSet<RealProgressDialog> _activeProgressDialogs = new HashSet<RealProgressDialog>();
// Whether the app is currently showing a dialog that requires user input, like a yesNoCancel dialog
private bool _isShowingUserInputDialog = false;
private HashSet<RealProgressDialog> _activeProgressDialogs = new HashSet<RealProgressDialog>();
// Whether the app is currently showing a dialog that requires user input, like a yesNoCancel dialog
private bool _isShowingUserInputDialog = false;
private void AskForReload(Activity activity, Action<bool> actionOnResult)
{