OSDN Git Service

Bug #2161967: When moving items around on the workspace, Home could give them identic...
authorRomain Guy <romainguy@android.com>
Fri, 2 Oct 2009 22:31:43 +0000 (15:31 -0700)
committerRomain Guy <romainguy@android.com>
Fri, 2 Oct 2009 22:31:43 +0000 (15:31 -0700)
commit7677a9fa6bd5252eb1912e5ba5940d63ae3e8c7a
treec5295d53df79eb3aebf927aa2313ce21d9810bd1
parentf30f45b163305f942af18e9ab77b6b1d82ba9539
Bug #2161967: When moving items around on the workspace, Home could give them identical ids.

This issue would lead to crashes in the state management code. Two views of different
type with the same id could cause a crash by sending each other the wrong state.

Approved by: hackbod

Change-Id: I10b3d14d095ff096d520d10f6ebc1e3329d21191
src/com/android/launcher/CellLayout.java