am 6c6d57c6: Merge "Fix focus notification" into gingerbread

Merge commit '6c6d57c6a04eed154de1f7d9b544c2cb34a83dac' into gingerbread-plus-aosp

* commit '6c6d57c6a04eed154de1f7d9b544c2cb34a83dac':
  Fix focus notification
This commit is contained in:
Konstantin Lopyrev
2010-08-09 19:53:48 -07:00
committed by Android Git Automerger

View File

@@ -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;