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

Commit 4257b2df authored by Abodunrinwa Toki's avatar Abodunrinwa Toki Committed by android-build-merger
Browse files

Merge "FloatingToolbar: Include scroll indicators in overflow." into nyc-dev

am: 856ebe20

* commit '856ebe20':
  FloatingToolbar: Include scroll indicators in overflow.

Change-Id: I5ecf71df2d274a6fe624f171121452bd360a138b
parents a20d7bbc 856ebe20
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1460,6 +1460,7 @@ public final class FloatingToolbar {
                super(Preconditions.checkNotNull(popup).mContext);
                this.mPopup = popup;
                setScrollBarDefaultDelayBeforeFade(ViewConfiguration.getScrollDefaultDelay() * 3);
                setScrollIndicators(View.SCROLL_INDICATOR_TOP | View.SCROLL_INDICATOR_BOTTOM);
            }

            @Override