stop using locale from PreferenceManager

This commit is contained in:
B. Petersen 2024-08-16 13:49:41 +02:00
parent 49b48ef8bd
commit f1755b399b
43 changed files with 125 additions and 337 deletions

View file

@ -30,7 +30,7 @@ public class LogViewActivity extends BaseActionBarActivity {
super.onCreate(savedInstanceState);
setContentView(R.layout.log_view_activity);
logViewFragment = new LogViewFragment(dynamicLanguage);
logViewFragment = new LogViewFragment();
FragmentTransaction transaction = getSupportFragmentManager().beginTransaction();
transaction.replace(R.id.fragment_container, logViewFragment);
transaction.commit();