No setContentView in onCreate for KeyListActivity

This commit is contained in:
Vincent 2015-01-16 15:41:43 +01:00
parent b6f0fb91da
commit 491c12d5d3

View File

@ -64,8 +64,6 @@ public class KeyListActivity extends DrawerActivity {
mExportHelper = new ExportHelper(this);
setContentView(R.layout.key_list_activity);
Intent data = getIntent();
// If we got an EXTRA_RESULT in the intent, show the notification
if (data != null && data.hasExtra(OperationResult.EXTRA_RESULT)) {