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