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:
@@ -7858,6 +7858,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
|||||||
} catch (RemoteException e) {
|
} catch (RemoteException e) {
|
||||||
// Ignore if process has died.
|
// Ignore if process has died.
|
||||||
}
|
}
|
||||||
|
notifyFocusChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (lastFocus != null) {
|
if (lastFocus != null) {
|
||||||
@@ -7867,7 +7868,6 @@ public class WindowManagerService extends IWindowManager.Stub
|
|||||||
} catch (RemoteException e) {
|
} catch (RemoteException e) {
|
||||||
// Ignore if process has died.
|
// Ignore if process has died.
|
||||||
}
|
}
|
||||||
notifyFocusChanged();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} break;
|
} break;
|
||||||
|
|||||||
Reference in New Issue
Block a user