Merge "Fix WindowFocusTests#testTapNonFocusableWindow failed" into qt-dev
am: de5b1d3805
Change-Id: I5212af3e21819580c4cfaba0a202a568798e37ed
This commit is contained in:
@@ -7693,7 +7693,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
|
||||
private void onPointerDownOutsideFocusLocked(IBinder touchedToken) {
|
||||
final WindowState touchedWindow = windowForClientLocked(null, touchedToken, false);
|
||||
if (touchedWindow == null) {
|
||||
if (touchedWindow == null || !touchedWindow.canReceiveKeys()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user