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

Commit 856ebe20 authored by Abodunrinwa Toki's avatar Abodunrinwa Toki Committed by Android (Google) Code Review
Browse files

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

parents ac17049f 8949faf0
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