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

am: 8a585a6f1f

Change-Id: I87994559dedfd8049f4de72131ed5653bfa631ef
This commit is contained in:
Jaewan Kim
2018-04-05 03:16:05 -07:00
committed by android-build-merger

View File

@@ -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) {
}
/**