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

Commit 985b7b01 authored by Yixiao Luo's avatar Yixiao Luo
Browse files

Cherry pick for contentAllowed bug fix

Change-Id: Ib65897c642284bf5c2137a86c0cee9d36b107667
parent 3e2a850f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -986,7 +986,7 @@ public abstract class TvInteractiveAppService extends Service {
            if (DEBUG) {
                Log.d(TAG, "notifyContentAllowed");
            }
            notifyContentAllowed();
            onContentAllowed();
        }

        void notifyContentBlocked(TvContentRating rating) {