mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Fix NullPointerException
This commit is contained in:
parent
27f1fedb1f
commit
44da998f0c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user