mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-25 05:10:52 +01:00
Fixed printing with forced English
This commit is contained in:
@@ -47,14 +47,20 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
abstract class ActivityBase extends AppCompatActivity implements SharedPreferences.OnSharedPreferenceChangeListener {
|
||||
private Context originalContext;
|
||||
private boolean contacts;
|
||||
private List<IBackPressedListener> backPressedListeners = new ArrayList<>();
|
||||
|
||||
@Override
|
||||
protected void attachBaseContext(Context base) {
|
||||
originalContext = base;
|
||||
super.attachBaseContext(ApplicationEx.getLocalizedContext(base));
|
||||
}
|
||||
|
||||
Context getOriginalContext() {
|
||||
return originalContext;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
Log.i("Create " + this.getClass().getName() + " version=" + BuildConfig.VERSION_NAME);
|
||||
|
||||
Reference in New Issue
Block a user