mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 08:56:55 +00:00
[Toast] Fix ANR when tapping on rich card chip. am: ba44979d79 am: f876cb4bf4
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/24894969 Change-Id: Iac57076c82c798876d7d94c9f03d3fc1d34bc09f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -1850,7 +1850,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