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

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

Merge "Unset DEBUG = true in TvPipController"

parents ff7d24a7 2fded9ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ import java.lang.annotation.RetentionPolicy;
public class TvPipController implements PipTransitionController.PipTransitionCallback,
        TvPipMenuController.Delegate, TvPipNotificationController.Delegate {
    private static final String TAG = "TvPipController";
    static final boolean DEBUG = true;
    static final boolean DEBUG = false;

    private static final int NONEXISTENT_TASK_ID = -1;