Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8c419d5 authored by Linus Tufvesson's avatar Linus Tufvesson Committed by Android (Google) Code Review
Browse files

Merge changes from topic "aris-revert-resubmit-sc" into sc-dev

* changes:
  Make Activites touch opaque - DO NOT MERGE
  Revert "Make Activites touch opaque - DO NOT MERGE"
parents 064418ad a418847b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;
    }