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

Commit 7e39410f authored by Adam Cohen's avatar Adam Cohen
Browse files

Fix blank clock (issue 7344512)

Change-Id: Iad23f049fcc31ad8f08c99e7c3088e1523de1d45
parent 8ec3ff8d
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();