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

This commit is contained in:
TreeHugger Robot
2018-04-05 10:03:22 +00:00
committed by Android (Google) Code Review

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