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

Commit b17e8694 authored by Andrii Kulian's avatar Andrii Kulian
Browse files

Update SEND_CONFIGURATION message to use displayId param

Probably this piece was lost somewhere in merges.
The param was added in ag/1551198

Test: Existing and manual tests still pass.
Change-Id: I2dbc533361b9a821a952511e469a99df230d45cf
parent 83f23604
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2650,7 +2650,7 @@ class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowCo
                if (DEBUG_LAYOUT) Slog.v(TAG, "Computing new config from layout");
                if (mService.updateOrientationFromAppTokensLocked(true, mDisplayId)) {
                    setLayoutNeeded();
                    mService.mH.sendEmptyMessage(SEND_NEW_CONFIGURATION);
                    mService.mH.obtainMessage(SEND_NEW_CONFIGURATION, mDisplayId).sendToTarget();
                }
            }