1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Fixed a NullPointerException for the context menu in the Unified Inbox

This commit is contained in:
cketti 2012-04-30 16:12:14 +02:00
parent e5c8a25c8b
commit 5d080b656d

View File

@ -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);
}