mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-23 15:51:29 +00:00
Fix new conversation activity crash
This commit is contained in:
parent
a4aac62bcb
commit
93ca2ad8cf
@ -41,6 +41,7 @@ public class NewConversationActivity extends ContactSelectionActivity {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onCreate(Bundle bundle, boolean ready) {
|
public void onCreate(Bundle bundle, boolean ready) {
|
||||||
|
super.onCreate(bundle, ready);
|
||||||
assert getSupportActionBar() != null;
|
assert getSupportActionBar() != null;
|
||||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user