OSDN Git Service

Fixes #1919280. Home was leaking the gestures window on configuration change.
authorRomain Guy <romainguy@android.com>
Tue, 16 Jun 2009 20:12:53 +0000 (13:12 -0700)
committerRomain Guy <romainguy@android.com>
Thu, 18 Jun 2009 00:22:14 +0000 (17:22 -0700)
commit3cf604f3b9be2c640e81219696f01da43cf26062
treee358d11bf5787c2a02fb0eaf378a2f05f98b7163
parent94406848f62e6990fa169fc40672c752f8419cf2
Fixes #1919280. Home was leaking the gestures window on configuration change.

Dismisses the popup window upon configuration change and correctly restores the
window after the new activity is created. This change also saves/restores the
current gesture and its match. This change also fixes the handling of the back
key when creating a new gesture-based shortcut: the gestures pad is not dismissed
anymore when pressing back in one of the shortcuts dialogs.
src/com/android/launcher/Launcher.java