Fix blank clock (issue 7344512)

Change-Id: Iad23f049fcc31ad8f08c99e7c3088e1523de1d45
This commit is contained in:
Adam Cohen
2012-10-13 19:10:56 -07:00
parent 8ec3ff8dcc
commit 7e39410f95

View File

@@ -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();