Fix infinite loop when user denies notifications
(cherry picked from commit 5b1defed735c2df44732a805062efd8252dd9e60)
This commit is contained in:
parent
5fc913d0e8
commit
9dc3fa2ce9
1 changed files with 2 additions and 2 deletions
|
@ -919,10 +919,10 @@ public class ConversationsActivity extends XmppActivity implements OnConversatio
|
|||
break;
|
||||
}
|
||||
} else {
|
||||
showDialogsIfMainIsOverview();
|
||||
if (requestCode != REQUEST_POST_NOTIFICATION) showDialogsIfMainIsOverview();
|
||||
}
|
||||
} else {
|
||||
showDialogsIfMainIsOverview();
|
||||
if (requestCode != REQUEST_POST_NOTIFICATION) showDialogsIfMainIsOverview();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue