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

Commit f88c49e1 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: I081c4e7c6b3d5c0e1206000a5dc998774813b117
parents 2ac52e8e dc5f0ff4
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;
    }