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

Commit 7cf67054 authored by Youngsang Cho's avatar Youngsang Cho
Browse files

Reset a session callback variable when tune is failed

Change-Id: I7c0188d916047f8331c74ce7a29b0a5228583979
parent 6d388af8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -858,6 +858,7 @@ public class TvView extends ViewGroup {
                    mSession.setStreamVolume(mStreamVolume);
                }
            } else {
                mSessionCallback = null;
                if (mListener != null) {
                    mListener.onConnectionFailed(mInputId);
                }