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

Commit 361e5182 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "SurfaceFlinger: Ignore mInputDirty if syncing input-windows." into...

Merge "SurfaceFlinger: Ignore mInputDirty if syncing input-windows." into rvc-dev am: dc5f0ff4 am: 0dcd9410 am: bbd47137 am: e711fa50

Change-Id: Icf800574507d1f5f89839908c084fc3ee6d92549
parents a82e95e9 e711fa50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2804,7 +2804,7 @@ void SurfaceFlinger::updateInputWindowInfo() {
    // input changes but all input changes will spring from these transactions
    // so the cache is safe but not optimal. It seems like it might be annoyingly
    // costly to cache and comapre the actual InputWindowHandle vector though.
    if (!mInputDirty) {
    if (!mInputDirty && !mInputWindowCommands.syncInputWindows) {
        return;
    }