mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
Fix NPE.
As the background is gone now, we shouldn't touch it anymore.
This commit is contained in:
parent
8e8254c2dd
commit
370ef4c181
@ -1724,7 +1724,6 @@ public class Accounts extends K9ListActivity implements OnItemClickListener {
|
||||
} else {
|
||||
holder.newMessageCountWrapper.setVisibility(View.GONE);
|
||||
holder.flaggedMessageCountWrapper.setVisibility(View.GONE);
|
||||
view.getBackground().setAlpha(0);
|
||||
}
|
||||
if (account instanceof Account) {
|
||||
Account realAccount = (Account)account;
|
||||
|
Loading…
Reference in New Issue
Block a user