load the default Application theme on startup

This commit is contained in:
Julian Winkler
2023-08-22 13:27:28 +02:00
parent 34d214e9ae
commit 83cc2e5991
2 changed files with 4 additions and 1 deletions

View File

@@ -1211,7 +1211,7 @@ public class Resources {
* if not already defined in the theme.
*/
public void applyStyle(int resid, boolean force) {
themeMap = mAssets.loadStyle(resid);
themeMap.putAll(mAssets.loadStyle(resid));
}
/**