mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Clear mailbox problem notification after unlinking
This commit is contained in:
@@ -245,6 +245,7 @@ public class MailboxActivity extends BriarActivity {
|
||||
}
|
||||
|
||||
private void onUnPaired(boolean tellUserToWipeMailbox) {
|
||||
viewModel.clearProblemNotification();
|
||||
if (tellUserToWipeMailbox) {
|
||||
showFragment(getSupportFragmentManager(), new BlankFragment(),
|
||||
BlankFragment.TAG);
|
||||
|
||||
Reference in New Issue
Block a user