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:
Mario Bertschler
2017-01-25 02:09:01 +00:00
committed by Android (Google) Code Review
@@ -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