mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 05:39:53 +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) {
|
private void onUnPaired(boolean tellUserToWipeMailbox) {
|
||||||
|
viewModel.clearProblemNotification();
|
||||||
if (tellUserToWipeMailbox) {
|
if (tellUserToWipeMailbox) {
|
||||||
showFragment(getSupportFragmentManager(), new BlankFragment(),
|
showFragment(getSupportFragmentManager(), new BlankFragment(),
|
||||||
BlankFragment.TAG);
|
BlankFragment.TAG);
|
||||||
|
|||||||
Reference in New Issue
Block a user