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
1 changed files with 1 additions and 2 deletions

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