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

Commit 58ab765e authored by Lingyu Feng's avatar Lingyu Feng Committed by Android (Google) Code Review
Browse files

Merge "Do not enable any disbled display when the mirroring switch is toggled" into main

parents dad7f3c8 a1690048
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1264,7 +1264,7 @@ public final class DisplayManagerService extends SystemService {
                        if (updateMirrorBuiltInDisplaySettingLocked(
                                /*shouldSendDisplayChangeEvent=*/ true)) {
                            mExternalDisplayPolicy.handleMirrorBuiltInDisplaySettingChangeLocked(
                                /*enableDisplays=*/ true);
                                /*enableDisplays=*/ false);
                        }
                    }
                }