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

Commit d9ff407b authored by Danesh M's avatar Danesh M Committed by Danesh M
Browse files

Keyguard : Ensure we expand onIconClicked

Not doing so shows visible clipping when the notification
panel is expanded mainly due to the limited height of the bar.

Change-Id: I50a35b186b3efb8a0e4ba0ae18ff915aebe236c6
parent 684be312
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2358,6 +2358,7 @@ public class NotificationPanelView extends PanelView implements
            return;
        }
        mHintAnimationRunning = true;
        mKeyguardBottomArea.expand(true);
        mAfforanceHelper.startHintAnimation(rightIcon, new Runnable() {
            @Override
            public void run() {