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

Commit 2d553e95 authored by RoboErik's avatar RoboErik Committed by Android Git Automerger
Browse files

am 7a60cdbd: Merge "Fix regression in RCC.editMetadata(false)" into lmp-dev

* commit '7a60cdbd':
  Fix regression in RCC.editMetadata(false)
parents b5c55da5 7a60cdbd
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;
            }