mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 10:18:20 +00:00
Fix typo
Change-Id: I5eddb365da8d974bb96115b7bd3ad9527ec0d39d
This commit is contained in:
@@ -1075,7 +1075,7 @@ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarc
|
||||
}
|
||||
}
|
||||
|
||||
mTmpIntPoint[0] = currPage.getMeasuredWidth();;
|
||||
mTmpIntPoint[0] = currPage.getMeasuredWidth();
|
||||
Utilities.getDescendantCoordRelativeToParent(currPage, this, mTmpIntPoint, false);
|
||||
if (mTmpIntPoint[0] < 0) {
|
||||
if (range[0] == -1) {
|
||||
|
||||
Reference in New Issue
Block a user