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

Commit ae3238b9 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

Change-Id: I50fcce7753b6666e00c55e1f075aaaecf9c023ab
parents 98f05940 0dcd9410
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2800,7 +2800,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;
    }