mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-02-19 20:31:52 -05:00
Fix crash on first time wizard
This commit is contained in:
parent
a110089b4d
commit
7dbf0abf7b
@ -39,10 +39,10 @@ public class FirstTimeActivity extends ActionBarActivity {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onCreate(Bundle savedInstanceState) {
|
protected void onCreate(Bundle savedInstanceState) {
|
||||||
super.onCreate(savedInstanceState);
|
|
||||||
|
|
||||||
supportRequestWindowFeature(Window.FEATURE_NO_TITLE);
|
supportRequestWindowFeature(Window.FEATURE_NO_TITLE);
|
||||||
|
|
||||||
|
super.onCreate(savedInstanceState);
|
||||||
|
|
||||||
setContentView(R.layout.first_time_activity);
|
setContentView(R.layout.first_time_activity);
|
||||||
|
|
||||||
mCreateKey = findViewById(R.id.first_time_create_key);
|
mCreateKey = findViewById(R.id.first_time_create_key);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user