Loading packages/SystemUI/src/com/android/systemui/theme/ThemeOverlayApplier.java +5 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,11 @@ public class ThemeOverlayApplier implements Dumpable { } mExecutor.execute(() -> { try { mOverlayManager.commit(transaction.build()); } catch (SecurityException | IllegalStateException e) { Log.e(TAG, "setEnabled failed", e); } }); } Loading Loading
packages/SystemUI/src/com/android/systemui/theme/ThemeOverlayApplier.java +5 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,11 @@ public class ThemeOverlayApplier implements Dumpable { } mExecutor.execute(() -> { try { mOverlayManager.commit(transaction.build()); } catch (SecurityException | IllegalStateException e) { Log.e(TAG, "setEnabled failed", e); } }); } Loading