Merge "Guard against NPE" into rvc-qpr-dev am: cc514fd00d
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12202983 Change-Id: Iaeddc252f3242f89b93f9a540261787df2a937e4
This commit is contained in:
@@ -185,7 +185,9 @@ public class PagedTileLayout extends ViewPager implements QSTileLayout {
|
||||
fakeDragBy(getScrollX() - mScroller.getCurrX());
|
||||
} else if (isFakeDragging()) {
|
||||
endFakeDrag();
|
||||
mBounceAnimatorSet.start();
|
||||
if (mBounceAnimatorSet != null) {
|
||||
mBounceAnimatorSet.start();
|
||||
}
|
||||
setOffscreenPageLimit(1);
|
||||
}
|
||||
super.computeScroll();
|
||||
|
||||
Reference in New Issue
Block a user