summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Konstantin Lopyrev <klopyrev@google.com> 2010-08-09 19:53:48 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2010-08-09 19:53:48 -0700
commit8cdf4d92ec93b7ba1ea6d7aaf3540283edfc6925 (patch)
tree2c92930a8197637c170fe4201f132258c8c3487a
parent75493be9c0b4dd24fc5cddce6ee993ce5f0b2887 (diff)
parent6c6d57c6a04eed154de1f7d9b544c2cb34a83dac (diff)
am 6c6d57c6: Merge "Fix focus notification" into gingerbread
Merge commit '6c6d57c6a04eed154de1f7d9b544c2cb34a83dac' into gingerbread-plus-aosp * commit '6c6d57c6a04eed154de1f7d9b544c2cb34a83dac': Fix focus notification
-rw-r--r--services/java/com/android/server/WindowManagerService.java2
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 d666523ce5d2..0def5f23fc26 100644
--- a/services/java/com/android/server/WindowManagerService.java
+++ b/services/java/com/android/server/WindowManagerService.java
@@ -7858,6 +7858,7 @@ public class WindowManagerService extends IWindowManager.Stub
} catch (RemoteException e) {
// Ignore if process has died.
}
+ notifyFocusChanged();
}
if (lastFocus != null) {
@@ -7867,7 +7868,6 @@ public class WindowManagerService extends IWindowManager.Stub
} catch (RemoteException e) {
// Ignore if process has died.
}
- notifyFocusChanged();
}
}
} break;