Loading core/java/android/app/ApplicationContext.java +2 −1 Original line number Diff line number Diff line Loading @@ -276,9 +276,10 @@ class ApplicationContext extends Context { Configuration config = ActivityManagerNative.getDefault().getConfiguration(); if (config.customTheme != null) { int themeId = config.customTheme.getThemeId(); if (themeId >= 0) if (themeId >= 0) { return themeId; } } } catch (RemoteException e) { Log.e(TAG, "Unable to access configuration, reverting to original system default theme", e); } Loading Loading
core/java/android/app/ApplicationContext.java +2 −1 Original line number Diff line number Diff line Loading @@ -276,9 +276,10 @@ class ApplicationContext extends Context { Configuration config = ActivityManagerNative.getDefault().getConfiguration(); if (config.customTheme != null) { int themeId = config.customTheme.getThemeId(); if (themeId >= 0) if (themeId >= 0) { return themeId; } } } catch (RemoteException e) { Log.e(TAG, "Unable to access configuration, reverting to original system default theme", e); } Loading