From 05c94a3af8df9e60ebf5af9d9d2113e6448190d7 Mon Sep 17 00:00:00 2001 From: ianjazz246 Date: Sat, 20 May 2023 10:48:32 -0700 Subject: [PATCH] Fix a few more tabs --- src/keepass2android/app/App.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/keepass2android/app/App.cs b/src/keepass2android/app/App.cs index 72a4fa67..d2f41684 100644 --- a/src/keepass2android/app/App.cs +++ b/src/keepass2android/app/App.cs @@ -466,9 +466,9 @@ namespace keepass2android } } - private HashSet _activeProgressDialogs = new HashSet(); - // Whether the app is currently showing a dialog that requires user input, like a yesNoCancel dialog - private bool _isShowingUserInputDialog = false; + private HashSet _activeProgressDialogs = new HashSet(); + // 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 actionOnResult) {