Skip to content

Commit 7e39410

Browse files
author
Adam Cohen
committed
Fix blank clock (issue 7344512)
Change-Id: Iad23f049fcc31ad8f08c99e7c3088e1523de1d45
1 parent 8ec3ff8 commit 7e39410

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)