Merge "Fix focus notification" into gingerbread
This commit is contained in:
committed by
Android (Google) Code Review
commit
6c6d57c6a0
@ -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;
|
||||
|
Reference in New Issue
Block a user