Make PlaybackState immutable with a builder
bug:15862252 Change-Id: I8944b7753cd6a36a74b0091f71a386f77040c4ab
This commit is contained in:
@@ -1020,7 +1020,7 @@ public final class RemoteController
|
||||
l.onClientPlaybackStateUpdate(playstate);
|
||||
} else {
|
||||
l.onClientPlaybackStateUpdate(playstate, state.getLastPositionUpdateTime(),
|
||||
state.getPosition(), state.getPlaybackRate());
|
||||
state.getPosition(), state.getPlaybackSpeed());
|
||||
}
|
||||
if (state != null) {
|
||||
l.onClientTransportControlUpdate(PlaybackState.getRccControlFlagsFromActions(state
|
||||
|
||||
Reference in New Issue
Block a user