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

Commit f196d765 authored by Yixiao Luo's avatar Yixiao Luo
Browse files

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

cherrypick from pa/2241003

Change-Id: I3e11035cf31adae05fa5bcebf29981440ca3a705
parent b28e3246
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);
                    }
                }
            });
        }