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

Commit c931cc08 authored by Youngsang Cho's avatar Youngsang Cho Committed by Android (Google) Code Review
Browse files

Merge "Reset a session callback variable when tune is failed" into lmp-dev

parents 359404c7 7cf67054
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);
                }