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

Commit 8bc38e30 authored by Rahul Banerjee's avatar Rahul Banerjee
Browse files

Fix "G" logo changing position during device reboot.

Bug: 376214650
Flag: EXEMPT Fix typo
Test: Manual (before: https://paste.googleplex.com/6201863358906368 after: https://paste.googleplex.com/6215099508588544)
Change-Id: Id95f50a5c12c2ed77746c4b363464d79aacb8b6d
parent 73439919
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -451,7 +451,7 @@ public:
                    auto token = SurfaceComposerClient::getPhysicalDisplayToken(
                        event.header.displayId);

                    auto firstDisplay = mBootAnimation->mDisplays.front();
                    auto& firstDisplay = mBootAnimation->mDisplays.front();
                    if (token != firstDisplay.displayToken) {
                        // ignore hotplug of a secondary display
                        continue;