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

Commit 5083441c 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.

CYNGNOS-2349

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