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

Commit 345a6bf3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Cherry pick for contentAllowed bug fix" into tm-dev

parents a61c47ff 985b7b01
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) {