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

Commit 6c6a79db authored by Jaewan Kim's avatar Jaewan Kim Committed by android-build-merger
Browse files

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

am: 8a585a6f

Change-Id: I87994559dedfd8049f4de72131ed5653bfa631ef
parents 13528616 8a585a6f
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) {
        }

        /**