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

Commit 6737fbff authored by Marco Loaiza's avatar Marco Loaiza
Browse files

Remove obsolete TODO in createVirtualDisplayInternal

Bug is already fixed.

Test: n/a
Change-Id: Icb28ab1ed427d915921fd67d8e1443b2a4fd2e6f
parent 50abca9b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -626,9 +626,6 @@ public final class VirtualDeviceManager {
                @NonNull VirtualDisplayConfig config,
                @Nullable @CallbackExecutor Executor executor,
                @Nullable VirtualDisplay.Callback callback) {
            // TODO(b/205343547): Handle display groups properly instead of creating a new display
            //  group for every new virtual display created using this API.
            // belongs to the same display group.
            IVirtualDisplayCallback callbackWrapper =
                    new DisplayManagerGlobal.VirtualDisplayCallback(callback, executor);
            final int displayId;