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

Commit 4939cd15 authored by Rupesh Bansal's avatar Rupesh Bansal Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in SparseArray access in resetDisplayInteractivities" into main

parents 30c2f8e0 5d503176
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -709,7 +709,7 @@ public class Notifier {
        SparseBooleanArray newDisplayInteractivities = new SparseBooleanArray();
        for (int i = 0; i < displaysByGroupId.size(); i++) {
            final int groupId = displaysByGroupId.keyAt(i);
            for (int displayId : displaysByGroupId.get(i)) {
            for (int displayId : displaysByGroupId.get(groupId)) {
                // If we already know display interactivity, use that
                if (mDisplayInteractivities.indexOfKey(displayId) > 0) {
                    newDisplayInteractivities.put(