mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-16 06:25:06 -05:00
Fixed a NullPointerException for the context menu in the Unified Inbox
This commit is contained in:
parent
e5c8a25c8b
commit
5d080b656d
@ -1861,7 +1861,7 @@ public class MessageList
|
|||||||
menu.findItem(R.id.archive).setVisible(false);
|
menu.findItem(R.id.archive).setVisible(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!mAccount.hasSpamFolder()) {
|
if (!account.hasSpamFolder()) {
|
||||||
menu.findItem(R.id.spam).setVisible(false);
|
menu.findItem(R.id.spam).setVisible(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user