You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
automatically enable UI_MODE_NIGHT when gtk-theme-name contains "dark"
gtk-theme-name is only checked once at start up
This commit is contained in:
@@ -208,7 +208,7 @@ public class Resources {
|
||||
mCompatibilityInfo = compatInfo;
|
||||
}
|
||||
mToken = new WeakReference<IBinder>(token);
|
||||
// updateConfiguration(config, metrics);
|
||||
updateConfiguration(config, metrics);
|
||||
// assets.ensureStringBlocks();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user