Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a60cdbd authored by RoboErik's avatar RoboErik Committed by Android (Google) Code Review
Browse files

Merge "Fix regression in RCC.editMetadata(false)" into lmp-dev

parents b88ba912 51c07bc0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
            }