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

Commit 09ae425c authored by Anthony Hugh's avatar Anthony Hugh Committed by android-build-merger
Browse files

Button bar animating when it isn\'t supposed to

am: 914243ab

* commit '914243ab':
  Button bar animating when it isn't supposed to
parents 5b3d79ac 914243ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -279,7 +279,7 @@ public abstract class ConfirmationViewHandler implements

        // Only hide the button bar if it is occluding the content or the button bar is bigger than
        // half the screen
        if (contentHeight > halfScreenHeight
        if (contentHeight > (screenHeight - buttonBarHeight)
                || buttonBarHeight > halfScreenHeight) {
            mHideHandler.sendEmptyMessageDelayed(MSG_HIDE_BUTTON_BAR, 3000);
        }