Merge branch '2384-mailbox-problem-notification' into 'master'

Clear mailbox problem notification after unlinking

Closes #2384

See merge request briar/briar!1764
This commit is contained in:
akwizgran
2023-01-27 15:09:27 +00:00

View File

@@ -245,6 +245,7 @@ public class MailboxActivity extends BriarActivity {
}
private void onUnPaired(boolean tellUserToWipeMailbox) {
viewModel.clearProblemNotification();
if (tellUserToWipeMailbox) {
showFragment(getSupportFragmentManager(), new BlankFragment(),
BlankFragment.TAG);