* commit '2d553e95c9e16fd37a676acaf1960e9d919c3caf': Fix regression in RCC.editMetadata(false)
This commit is contained in:
@@ -572,7 +572,8 @@ import java.lang.IllegalArgumentException;
|
||||
|
||||
// USE_SESSIONS
|
||||
if (mSession != null && mMetadataBuilder != null) {
|
||||
mSession.setMetadata(mMetadataBuilder.build());
|
||||
mMediaMetadata = mMetadataBuilder.build();
|
||||
mSession.setMetadata(mMediaMetadata);
|
||||
}
|
||||
mApplied = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user