mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
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:
@@ -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