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

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

am e5c88c85: am ff0f038a: am 5a2d4677: Merge "Reset a session callback...

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

* commit 'e5c88c859eaf735cdfb2c1ffedae62db12219fc0':
  Reset a session callback variable when tune is failed
parents 004c1b62 2ab2c393
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);
                }