Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 370ef4c1 authored by Danny Baumann's avatar Danny Baumann
Browse files

Fix NPE.

As the background is gone now, we shouldn't touch it anymore.
parent 8e8254c2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;