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

Commit f876cb4b authored by Luca Zuccarini's avatar Luca Zuccarini Committed by Automerger Merge Worker
Browse files

[Toast] Fix ANR when tapping on rich card chip. am: ba44979d

parents e08898d5 ba44979d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1829,7 +1829,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
                    return null;
                }

                current = (View) view.getParent();
                current = (View) current.getParent();
            }

            return (T) current;