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

Commit 1f354e20 authored by Rahul Banerjee's avatar Rahul Banerjee Committed by Android (Google) Code Review
Browse files

Merge "Fix "G" logo changing position during device reboot." into main

parents f1173e14 8bc38e30
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;