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

Merge commit '8cdf4d92ec93b7ba1ea6d7aaf3540283edfc6925'

* commit '8cdf4d92ec93b7ba1ea6d7aaf3540283edfc6925':
  Fix focus notification
This commit is contained in:
Konstantin Lopyrev
2010-08-09 20:00:48 -07:00
committed by Android Git Automerger

View File

@@ -7862,6 +7862,7 @@ public class WindowManagerService extends IWindowManager.Stub
} catch (RemoteException e) {
// Ignore if process has died.
}
notifyFocusChanged();
}
if (lastFocus != null) {
@@ -7871,7 +7872,6 @@ public class WindowManagerService extends IWindowManager.Stub
} catch (RemoteException e) {
// Ignore if process has died.
}
notifyFocusChanged();
}
}
} break;