Fixed action bar title not being translated after language change

Fixes #6009
Closes #6010
// FREEBIE
fork-5.53.8
Piotr Prucia 2017-01-04 16:31:26 +01:00 zatwierdzone przez Moxie Marlinspike
rodzic 94a29e375f
commit e5fcc465c9
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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);