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

Commit 48b3e306 authored by Adam Cohen's avatar Adam Cohen Committed by Android Git Automerger
Browse files

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

* commit 'c4c56222':
  Fix blank clock (issue 7344512)
parents 2e71e3f1 c4c56222
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();