commit | 1f72f9b3def0bc1bfa17c349342f977c8def1fc4 | [log] [tgz] |
---|---|---|
author | Pinyao Ting <pinyaoting@google.com> | Wed Dec 04 00:45:48 2024 +0000 |
committer | Pinyao Ting <pinyaoting@google.com> | Wed Dec 04 00:45:48 2024 +0000 |
tree | 5679a8d58f08560caba4050d2f02bed853ec4d24 | |
parent | 345901fdb02c63f2a0434ef7feeeb6d59bc324ac [diff] |
Fix issue in scrolling in remote compose widgets There was special check in LauncherAppWidgetHostView to disallow intercept touch events in launcher when the widget is scrollable, the same check needs to be implemented for remote compose widget for scrolling to work properly. Bug: 339721781 Change-Id: I8b824f293ab287a7844f93610b8b952c4aefa3dd Test: manual Flag: EXEMPT bugfix