1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
As the background is gone now, we shouldn't touch it anymore.
This commit is contained in:
Danny Baumann 2013-02-13 14:50:48 +01:00
parent 8e8254c2dd
commit 370ef4c181

View File

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