Clear mailbox problem notification after unlinking

This commit is contained in:
Torsten Grote
2023-01-27 11:49:01 -03:00
parent 7b8d01cfe0
commit 795461d9a8

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);