Skip to content

Commit

Permalink
Merge pull request #8081 from SuGotLand/fix#8073
Browse files Browse the repository at this point in the history
Fix crashes in crypto provider selection dialogs
  • Loading branch information
cketti authored Aug 30, 2024
2 parents aa9ca29 + eba6fc5 commit 58ec465
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ private void populateAppList() {
public void onStop() {
super.onStop();

dismiss();
dismissAllowingStateLoss();
}

@NonNull
Expand Down Expand Up @@ -265,7 +265,7 @@ private void startOpenKeychainInstallActivity() {
public void onStop() {
super.onStop();

dismiss();
dismissAllowingStateLoss();
}

@Override
Expand Down

0 comments on commit 58ec465

Please sign in to comment.