diff --git a/quickstep/recents_ui_overrides/src/com/android/quickstep/views/OverviewActionsView.java b/quickstep/recents_ui_overrides/src/com/android/quickstep/views/OverviewActionsView.java index f06a6a4182..b585acdcd9 100644 --- a/quickstep/recents_ui_overrides/src/com/android/quickstep/views/OverviewActionsView.java +++ b/quickstep/recents_ui_overrides/src/com/android/quickstep/views/OverviewActionsView.java @@ -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 extends FrameLayo @Override public void onClick(View view) { if (mCallbacks == null) { + Log.d("OverviewActionsView", "Callbacks null onClick"); return; } int id = view.getId();