fixed some activities where the wrong languages would be set
This commit is contained in:
parent
b32935a1b0
commit
8f46432391
8 changed files with 21 additions and 8 deletions
|
|
@ -68,6 +68,7 @@ public class AboutActivity extends AppCompatActivity {
|
|||
changeAppLanguage(getAppLocale(getApplicationContext()), getResources());
|
||||
super.onCreate(savedInstanceState);
|
||||
ThemeHelper.setTheme(this);
|
||||
this.setTitle(getString(R.string.title_activity_about));
|
||||
|
||||
setContentView(R.layout.activity_about);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue