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