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

Commit a71e4bf9 authored by Yixiao Luo's avatar Yixiao Luo Committed by Android (Google) Code Review
Browse files

Merge "Fixed a crash when using TvInteractiveAppView to create a Bi app without TvView"

parents dadc33aa f196d765
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -1613,8 +1613,10 @@ public final class TvInteractiveAppManager {
            mHandler.post(new Runnable() {
                @Override
                public void run() {
                    if (mSession.getInputSession() != null) {
                        mSession.getInputSession().requestBroadcastInfo(request);
                    }
                }
            });
        }

@@ -1622,8 +1624,10 @@ public final class TvInteractiveAppManager {
            mHandler.post(new Runnable() {
                @Override
                public void run() {
                    if (mSession.getInputSession() != null) {
                        mSession.getInputSession().removeBroadcastInfo(requestId);
                    }
                }
            });
        }