fixed some activities where the wrong languages would be set

This commit is contained in:
bopol 2020-01-10 15:50:15 +01:00
parent b32935a1b0
commit 8f46432391
8 changed files with 21 additions and 8 deletions

View file

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