1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Disable actionbar home button on Accounts activity and removed indeterminate progress window feature from it.

This commit is contained in:
Sander Bogaert 2012-08-02 10:17:18 -04:00 committed by Andrew Chen
parent f530af7f8b
commit 10c733606e

View File

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