mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-06 03:49:58 +02:00
stop using locale from PreferenceManager
This commit is contained in:
parent
49b48ef8bd
commit
f1755b399b
43 changed files with 125 additions and 337 deletions
|
@ -210,7 +210,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
|
|||
|
||||
getWindow().getDecorView().setBackgroundColor(color);
|
||||
|
||||
fragment = initFragment(R.id.fragment_content, new ConversationFragment(), dynamicLanguage.getCurrentLocale());
|
||||
fragment = initFragment(R.id.fragment_content, new ConversationFragment());
|
||||
|
||||
initializeActionBar();
|
||||
initializeViews();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue