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

Commit c032a98f 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

am: 4257b2df

* commit '4257b2df':
  FloatingToolbar: Include scroll indicators in overflow.

Change-Id: I8887342655dc96d5562d24a6da425ea6eaa37a1e
parents c39aa673 4257b2df
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