Merge "Fixes a bug to not be able to scroll widgets intoduced when enabling to swipe allapps from everywhere." into ub-launcher3-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
ab45ec0c23
@@ -135,8 +135,6 @@ public class LauncherAppWidgetHostView extends AppWidgetHostView
|
||||
|
||||
// The provider info or the views might have changed.
|
||||
checkIfAutoAdvance();
|
||||
|
||||
mIsScrollable = checkScrollableRecursively(this);
|
||||
}
|
||||
|
||||
private boolean checkScrollableRecursively(ViewGroup viewGroup) {
|
||||
@@ -383,6 +381,8 @@ public class LauncherAppWidgetHostView extends AppWidgetHostView
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
mIsScrollable = checkScrollableRecursively(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user