mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Disable actionbar home button on Accounts activity and removed indeterminate progress window feature from it.
This commit is contained in:
parent
f530af7f8b
commit
10c733606e
@ -365,9 +365,8 @@ public class Accounts extends K9ListActivity implements OnItemClickListener, OnC
|
||||
return;
|
||||
}
|
||||
|
||||
requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
|
||||
requestWindowFeature(Window.FEATURE_PROGRESS);
|
||||
|
||||
getSupportActionBar().setHomeButtonEnabled(false);
|
||||
setContentView(R.layout.accounts);
|
||||
ListView listView = getListView();
|
||||
listView.setOnItemClickListener(this);
|
||||
|
Loading…
Reference in New Issue
Block a user