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

Commit 94d46abc authored by Selim Cinek's avatar Selim Cinek Committed by Android Git Automerger
Browse files

am 7cf7969c: Fixed a bug where the device could not be unlocked.

* commit '7cf7969c23caf59b9fd0fccb21e6b3ca3b966823':
  Fixed a bug where the device could not be unlocked.
parents 1c46ae41 b688bf7c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -688,6 +688,9 @@ public class NotificationPanelView extends PanelView implements

    @Override
    protected boolean isScrolledToBottom() {
        if (mStatusBar.getBarState() == StatusBarState.KEYGUARD) {
            return true;
        }
        if (!isInSettings()) {
            return mNotificationStackScroller.isScrolledToBottom();
        }