mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
[Toast] Fix ANR when tapping on rich card chip. am: ba44979d79
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/24894969 Change-Id: Ic9371183df1de229eb96a867c01eab21fd0f8b02 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -1829,7 +1829,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
|
||||
return null;
|
||||
}
|
||||
|
||||
current = (View) view.getParent();
|
||||
current = (View) current.getParent();
|
||||
}
|
||||
|
||||
return (T) current;
|
||||
|
||||
Reference in New Issue
Block a user