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

Commit 16bb80af authored by Adam Powell's avatar Adam Powell
Browse files

Fix typo

Change-Id: I59e7009d054e376e4b48bcabb4a7343d0cab4bd1
parent aed6c315
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1167,7 +1167,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te

    @Override
    public int getVerticalScrollbarWidth() {
        if (isEnabled()) {
        if (isFastScrollAlwaysVisible()) {
            return Math.max(super.getVerticalScrollbarWidth(), mFastScroller.getWidth());
        }
        return super.getVerticalScrollbarWidth();