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

Commit 8a585a6f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "MediaController: Fix annotation of Callback#onPlaybackStateChanged()" into pi-dev

parents 73961397 532a992e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -531,7 +531,7 @@ public final class MediaController {
         *
         * @param state The new playback state of the session
         */
        public void onPlaybackStateChanged(@NonNull PlaybackState state) {
        public void onPlaybackStateChanged(@Nullable PlaybackState state) {
        }

        /**