Fixed a NullPointerException for the context menu in the Unified Inbox
This commit is contained in:
parent
e5c8a25c8b
commit
5d080b656d
1 changed files with 1 additions and 1 deletions
|
@ -1861,7 +1861,7 @@ public class MessageList
|
|||
menu.findItem(R.id.archive).setVisible(false);
|
||||
}
|
||||
|
||||
if (!mAccount.hasSpamFolder()) {
|
||||
if (!account.hasSpamFolder()) {
|
||||
menu.findItem(R.id.spam).setVisible(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue