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

Commit ec7bf63d authored by Dongwon Kang's avatar Dongwon Kang
Browse files

MediaBrowser: Fix a wrong ISE message

Change-Id: Ic0b376bdc52dd01d9d687468104ffe6a797adb30
parent d9023cff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -249,7 +249,7 @@ public final class MediaBrowser {
     */
    public @NonNull String getRoot() {
        if (!isConnected()) {
            throw new IllegalStateException("getSessionToken() called while not connected (state="
            throw new IllegalStateException("getRoot() called while not connected (state="
                    + getStateLabel(mState) + ")");
        }
        return mRootId;