OSDN Git Service

Fixes #1921372. Pressing Home with the window shade down would show gestures pad.
authorRomain Guy <romainguy@android.com>
Tue, 16 Jun 2009 20:25:29 +0000 (13:25 -0700)
committerRomain Guy <romainguy@android.com>
Tue, 16 Jun 2009 20:25:29 +0000 (13:25 -0700)
commite3895ae9212d8654af10983cbf62206ead02ec24
treeee7551d0edd7cec7b74c2e68235e28df5de9868f
parent91a9c9636f10f1e12cd1f660b2e330634fbdc7dc
Fixes #1921372. Pressing Home with the window shade down would show gestures pad.

This change checks for the window focus before taking action. If the Home's window
does not have focus, then the gestures pad is not shown.
src/com/android/launcher/Launcher.java