1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-27 11:42:16 -05:00

Fix NullPointerException

This commit is contained in:
cketti 2013-02-18 05:05:01 +01:00
parent 27f1fedb1f
commit 44da998f0c

View File

@ -117,7 +117,6 @@ public abstract class AccountList extends K9ListActivity implements OnItemClickL
view = getLayoutInflater().inflate(R.layout.accounts_item, parent, false);
view.findViewById(R.id.active_icons).setVisibility(View.GONE);
view.findViewById(R.id.folders).setVisibility(View.GONE);
view.getBackground().setAlpha(0);
}
AccountViewHolder holder = (AccountViewHolder) view.getTag();