OSDN Git Service

Preventing concurrentmodification exception when dragging a icon
authorSunny Goyal <sunnygoyal@google.com>
Wed, 7 Sep 2016 21:39:41 +0000 (14:39 -0700)
committerSunny Goyal <sunnygoyal@google.com>
Wed, 7 Sep 2016 21:40:46 +0000 (14:40 -0700)
commitd0d495f5083b5acf93a3de9b28e87d7dcad8f6f4
tree4b48fd874642c5b4a2b693ede9e8ca3eb1dcc927
parent9b7149db401959f0c3fc5f6bcb46c5d424858955
Preventing concurrentmodification exception when dragging a icon
with shortcuts from inside a folder

When dragging the icon, DeepShortcutContainer removes itself as a
dragListener causing the exception

Change-Id: Ifb2b4a3045caa54aa0b6a9b525055ffdcfaa04a6
src/com/android/launcher3/dragndrop/DragController.java