Skip to content

Commit

Permalink
Fix navigate up behavior for Conversations.
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-signal committed Jun 10, 2020
1 parent c0c2fc0 commit bc0761f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -893,7 +893,7 @@ public boolean onOptionsItemSelected(MenuItem item) {
case R.id.menu_conversation_settings: handleConversationSettings(); return true;
case R.id.menu_expiring_messages_off:
case R.id.menu_expiring_messages: handleSelectMessageExpiration(); return true;
case android.R.id.home: onBackPressed(); return true;
case android.R.id.home: onNavigateUp(); return true;
}

return false;
Expand Down

0 comments on commit bc0761f

Please sign in to comment.