Merge "Fix focus notification" into gingerbread

This commit is contained in:
Konstantin Lopyrev
2010-08-09 17:03:10 -07:00
committed by Android (Google) Code Review

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;