mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-28 10:47:46 +00:00
Fixed action bar title not being translated after language change
Fixes #6009 Closes #6010 // FREEBIE
This commit is contained in:
parent
94a29e375f
commit
e5fcc465c9
@ -26,6 +26,7 @@ public class ConversationListArchiveActivity extends PassphraseRequiredActionBar
|
||||
@Override
|
||||
protected void onCreate(Bundle icicle, @NonNull MasterSecret masterSecret) {
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
getSupportActionBar().setTitle(R.string.AndroidManifest_archived_conversations);
|
||||
|
||||
Bundle bundle = new Bundle();
|
||||
bundle.putBoolean(ConversationListFragment.ARCHIVE, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user