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

Commit a9f51401 authored by Youngsang Cho's avatar Youngsang Cho Committed by Android Git Automerger
Browse files

am 5a2d4677: Merge "Reset a session callback variable when tune is failed" into lmp-dev

* commit '5a2d4677a739947b03a1e4261bec2456d9820330':
  Reset a session callback variable when tune is failed
parents ef7f2b46 c931cc08
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);
                }