summaryrefslogtreecommitdiff
path: root/libs/input/PointerController.cpp
diff options
context:
space:
mode:
author Aurélien Pomini <pomini@google.com> 2024-01-23 12:19:17 +0000
committer Aurélien Pomini <pomini@google.com> 2024-01-23 12:23:25 +0000
commitb22d4b1035036d4b4275bac4095490a8f2693cbc (patch)
tree2dd4f61cc11836d031fe2abcab3817dc326b3a82 /libs/input/PointerController.cpp
parentf227a2bce9c8728518bf8b49ea61fdab253d1ec3 (diff)
Fix WallpaperCropper key error.
Fix an error introduced when trying to replace Map<Int, Rect> with SparseArray<Rect>. It's clearly wrong to iterate over a SparseArray with a "for" loop, then use the "i" index on another SparseArray. Flag: ACONFIG com.android.window.flags.multi_crop DEVELOPMENT Bug: 270726737 Test: there was a clear issue in some cases, manually debugged it Change-Id: I3d78a8c958a05b5b2f55eb30d1d1bf4972c2170b
Diffstat (limited to 'libs/input/PointerController.cpp')
0 files changed, 0 insertions, 0 deletions