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

Commit 8949faf0 authored by Abodunrinwa Toki's avatar Abodunrinwa Toki
Browse files

FloatingToolbar: Include scroll indicators in overflow.

Bug: 27427333
Change-Id: I7480cfe5f75d04e04792d9443435a76ab6773c64
parent 7f2bc453
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