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

Commit d87c7767 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE in AbsListView hotspot management"

parents 2baabeaf 8390fab6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3252,7 +3252,7 @@ public abstract class AbsListView extends AdapterView<ListAdapter> implements Te
                                    ((TransitionDrawable) d).resetTransition();
                                }
                            }
                            d.setHotspot(x, y);
                            mSelector.setHotspot(x, y);
                        }

                        if (longClickable) {