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

Commit c4c56222 authored by Adam Cohen's avatar Adam Cohen Committed by Android (Google) Code Review
Browse files

Merge "Fix blank clock (issue 7344512)" into jb-mr1-dev

parents 33387b1b 7e39410f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -317,6 +317,7 @@ public class PagedView extends ViewGroup implements ViewGroup.OnHierarchyChangeL
            return;
        }

        mForceScreenScrolled = true;
        mCurrentPage = Math.max(0, Math.min(currentPage, getPageCount() - 1));
        updateCurrentPageScroll();
        updateScrollingIndicator();