Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa8bbf1a authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed a bug where the pin wasn't scaled correctly

When switching between different users with different
densities, the Pin entry wasn't recreated correctly.

Change-Id: I4d34ed4b2962311f28588b13dd56838c84272edf
Fixes: 27744173
parent 3281fe22
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -967,6 +967,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
        inflateEmptyShadeView();
        updateEmptyShadeView();
        inflateOverflowContainer();
        mStatusBarKeyguardViewManager.onDensityOrFontScaleChanged();
    }

    private void inflateSignalClusters() {
+4 −0
Original line number Diff line number Diff line
@@ -348,6 +348,10 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb
        }
    }

    public void onDensityOrFontScaleChanged() {
        mBouncer.hide(true /* destroyView */);
    }

    private void animateScrimControllerKeyguardFadingOut(long delay, long duration,
            boolean skipFirstFrame) {
        animateScrimControllerKeyguardFadingOut(delay, duration, null /* endRunnable */,