diff options
| author | 2010-08-04 11:12:13 -0700 | |
|---|---|---|
| committer | 2010-08-04 11:12:13 -0700 | |
| commit | 2bf8028a23a2282f485a49d8ed037d28c5bd4a0d (patch) | |
| tree | 8ff2b045cf08878b9023528bf25a2810f5c6ea33 | |
| parent | 26d7a6df73d0c434a5a0afac20f49bdda0c48f43 (diff) | |
| parent | b59b120929f10c1501d27ebab2f69180868e9776 (diff) | |
am b59b1209: am 321f7fad: Making sure that there is no notification when focus changes from something to nothing.
Merge commit 'b59b120929f10c1501d27ebab2f69180868e9776'
* commit 'b59b120929f10c1501d27ebab2f69180868e9776':
Making sure that there is no notification when focus changes from something to nothing.
| -rw-r--r-- | services/java/com/android/server/WindowManagerService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/java/com/android/server/WindowManagerService.java b/services/java/com/android/server/WindowManagerService.java index b50f0bac853a..c4de958a0873 100644 --- a/services/java/com/android/server/WindowManagerService.java +++ b/services/java/com/android/server/WindowManagerService.java @@ -7826,8 +7826,8 @@ public class WindowManagerService extends IWindowManager.Stub } catch (RemoteException e) { // Ignore if process has died. } + notifyFocusChanged(); } - notifyFocusChanged(); } } break; |