Skip to content

Commit 7684258

Browse files
Adam CohenAndroid Git Automerger
authored andcommitted
am 819a194: am 48b3e30: am c4c5622: Merge "Fix blank clock (issue 7344512)" into jb-mr1-dev
* commit '819a19476815a1f1ae719a0412719eb1bbef2aa6': Fix blank clock (issue 7344512)
2 parents 9238301 + 819a194 commit 7684258

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

policy/src/com/android/internal/policy/impl/keyguard/PagedView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ void setCurrentPage(int currentPage) {
317317
return;
318318
}
319319

320+
mForceScreenScrolled = true;
320321
mCurrentPage = Math.max(0, Math.min(currentPage, getPageCount() - 1));
321322
updateCurrentPageScroll();
322323
updateScrollingIndicator();

0 commit comments

Comments
 (0)