am 7a60cdbd: Merge "Fix regression in RCC.editMetadata(false)" into lmp-dev
* commit '7a60cdbd0989fdc262f7838b26c551a3417b7edb': 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