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

Commit 00b040ea authored by chaviw's avatar chaviw Committed by Automerger Merge Worker
Browse files

Set windowInfo.displayId to be the layerStack am: 65c005a6

parents 81d19021 65c005a6
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -2310,10 +2310,7 @@ InputWindowInfo Layer::fillInputInfo(const sp<DisplayDevice>& display) {

    InputWindowInfo info = mDrawingState.inputInfo;
    info.id = sequence;

    if (info.displayId == ADISPLAY_ID_NONE) {
    info.displayId = getLayerStack();
    }

    // Transform that goes from "logical(rotated)" display to physical/unrotated display.
    // This is for when inputflinger operates in physical display-space.