Merge changes from topic "aris-backport-rvc-dev" into rvc-dev
* changes: Make Activites touch opaque - DO NOT MERGE Revert "Make Activites touch opaque - DO NOT MERGE"
This commit is contained in:
committed by
Android (Google) Code Review
commit
b612e74dc0
@@ -86,6 +86,10 @@ class ActivityRecordInputSink {
|
||||
mInputWindowHandle.layoutParamsFlags &= ~WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE;
|
||||
changed |= notTouchable;
|
||||
}
|
||||
if (mInputWindowHandle.displayId != mActivityRecord.getDisplayId()) {
|
||||
mInputWindowHandle.displayId = mActivityRecord.getDisplayId();
|
||||
changed = true;
|
||||
}
|
||||
return changed;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user