mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
Fix new conversation activity crash
This commit is contained in:
parent
a4aac62bcb
commit
93ca2ad8cf
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ public class NewConversationActivity extends ContactSelectionActivity {
|
|||
|
||||
@Override
|
||||
public void onCreate(Bundle bundle, boolean ready) {
|
||||
super.onCreate(bundle, ready);
|
||||
assert getSupportActionBar() != null;
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue