Make display manager tell input system about viewports.
The window manager is no longer responsible for telling the input system about the display viewport. Change-Id: I932882bae55decef55f25093bb2a7ebac1620bb1
This commit is contained in:
@ -304,6 +304,7 @@ class ServerThread extends Thread {
|
||||
|
||||
ActivityManagerService.self().setWindowManager(wm);
|
||||
display.setWindowManager(wm);
|
||||
display.setInputManager(inputManager);
|
||||
|
||||
// Skip Bluetooth if we have an emulator kernel
|
||||
// TODO: Use a more reliable check to see if this product should
|
||||
|
Reference in New Issue
Block a user