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

Commit b11bd80c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Cherry pick for contentAllowed bug fix" into tm-dev am: 345a6bf3

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17071933

Change-Id: I07442f0003308bd0a7ecb1c059ff239863f979b4
parents 04bb0050 345a6bf3
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) {