Loading core/java/android/content/res/Resources.java +3 −1 Original line number Diff line number Diff line Loading @@ -1760,7 +1760,9 @@ public class Resources { public final Theme newTheme() { Theme theme = new Theme(); theme.setImpl(mResourcesImpl.newThemeImpl()); synchronized (mThemeRefs) { mThemeRefs.add(new WeakReference<>(theme)); } return theme; } Loading Loading
core/java/android/content/res/Resources.java +3 −1 Original line number Diff line number Diff line Loading @@ -1760,7 +1760,9 @@ public class Resources { public final Theme newTheme() { Theme theme = new Theme(); theme.setImpl(mResourcesImpl.newThemeImpl()); synchronized (mThemeRefs) { mThemeRefs.add(new WeakReference<>(theme)); } return theme; } Loading