Loading packages/SystemUI/src/com/android/systemui/ScreenDecorations.java +1 −1 Original line number Diff line number Diff line Loading @@ -588,9 +588,9 @@ public class ScreenDecorations extends SystemUI implements Tunable, mRoundedDefaultTop = newRoundedDefaultTop; mRoundedDefaultBottom = newRoundedDefaultBottom; } } onTuningChanged(SIZE, null); } } private void updateViews() { View topLeft = mOverlay.findViewById(R.id.left); Loading Loading
packages/SystemUI/src/com/android/systemui/ScreenDecorations.java +1 −1 Original line number Diff line number Diff line Loading @@ -588,9 +588,9 @@ public class ScreenDecorations extends SystemUI implements Tunable, mRoundedDefaultTop = newRoundedDefaultTop; mRoundedDefaultBottom = newRoundedDefaultBottom; } } onTuningChanged(SIZE, null); } } private void updateViews() { View topLeft = mOverlay.findViewById(R.id.left); Loading