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

Commit 5b66f8cf authored by Hyundo Moon's avatar Hyundo Moon Committed by Android (Google) Code Review
Browse files

Merge "Change initial value of MediaSessionRecord.mDuration to -1"

parents 2d917da0 0c0e1bdc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ public class MediaSessionRecord implements IBinder.DeathRecipient {
    private boolean mIsActive = false;
    private boolean mDestroyed = false;

    private long mDuration;
    private long mDuration = -1;
    private String mMetadataDescription;

    public MediaSessionRecord(int ownerPid, int ownerUid, int userId, String ownerPackageName,