Loading packages/SystemUI/src/com/android/systemui/ScreenDecorations.java +1 −1 Original line number Diff line number Diff line Loading @@ -342,7 +342,7 @@ public class ScreenDecorations extends CoreStartable implements Tunable { mDisplayManager.getDisplay(DEFAULT_DISPLAY).getMetrics(metrics); mDensity = metrics.density; mExecutor.execute(() -> mTunerService.addTunable(this, SIZE)); mMainExecutor.execute(() -> mTunerService.addTunable(this, SIZE)); // Watch color inversion and invert the overlay as needed. if (mColorInversionSetting == null) { Loading Loading
packages/SystemUI/src/com/android/systemui/ScreenDecorations.java +1 −1 Original line number Diff line number Diff line Loading @@ -342,7 +342,7 @@ public class ScreenDecorations extends CoreStartable implements Tunable { mDisplayManager.getDisplay(DEFAULT_DISPLAY).getMetrics(metrics); mDensity = metrics.density; mExecutor.execute(() -> mTunerService.addTunable(this, SIZE)); mMainExecutor.execute(() -> mTunerService.addTunable(this, SIZE)); // Watch color inversion and invert the overlay as needed. if (mColorInversionSetting == null) { Loading