Merge "Touch is not working"

This commit is contained in:
Linus Tufvesson
2023-03-14 17:42:47 +00:00
committed by Gerrit Code Review

View File

@@ -92,6 +92,7 @@ class ActivityRecordInputSink {
} else {
mInputWindowHandleWrapper.setInputConfigMasked(0, InputConfig.NOT_TOUCHABLE);
}
mInputWindowHandleWrapper.setDisplayId(mActivityRecord.getDisplayId());
return mInputWindowHandleWrapper;
}