mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Remove stray parenthesis from MediaSession.ControllerInfo.toString()
#cherrypick PiperOrigin-RevId: 651760391
This commit is contained in:
parent
9151dbf9e6
commit
2c7f2686b7
1 changed files with 1 additions and 1 deletions
|
|
@ -598,7 +598,7 @@ public class MediaSession {
|
|||
+ remoteUserInfo.getPackageName()
|
||||
+ ", uid="
|
||||
+ remoteUserInfo.getUid()
|
||||
+ "})";
|
||||
+ "}";
|
||||
}
|
||||
|
||||
@Nullable
|
||||
|
|
|
|||
Loading…
Reference in a new issue