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

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

Merge "Logging to debug Overview Actions not working." into ub-launcher3-rvc-dev

parents 938fccd3 1e245774
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ import static com.android.quickstep.SysUINavigationMode.removeShelfFromOverview;

import android.content.Context;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.FrameLayout;
@@ -107,6 +108,7 @@ public class OverviewActionsView<T extends OverlayUICallbacks> extends FrameLayo
    @Override
    public void onClick(View view) {
        if (mCallbacks == null) {
            Log.d("OverviewActionsView", "Callbacks null onClick");
            return;
        }
        int id = view.getId();