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

Commit 70178a20 authored by Bishoy Gendy's avatar Bishoy Gendy
Browse files

Remove outdated TODO in MediaSession2Record

Bug: 295518668
Bug: 297052684
Test: Non functional change
Change-Id: I960525ecfef708a3f442df9b4bdcb95598083ee8
parent 21461e8a
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -224,10 +224,6 @@ public class MediaSession2Record implements MediaSessionRecordImpl {
                mIsConnected = true;
                service = mService;
            }

            // TODO (b/318745416): Add support for FGS in MediaSession2. Passing a
            // null playback state means the owning process will not be allowed to
            // run in the foreground.
            service.onSessionActiveStateChanged(MediaSession2Record.this,
                    /* playbackState= */ null);
        }