Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab45ec0c authored by Mario Bertschler's avatar Mario Bertschler Committed by Android (Google) Code Review
Browse files

Merge "Fixes a bug to not be able to scroll widgets intoduced when enabling to...

Merge "Fixes a bug to not be able to scroll widgets intoduced when enabling to swipe allapps from everywhere." into ub-launcher3-master
parents a14281ca 248c575c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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