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

Commit 1e245774 authored by Sreyas's avatar Sreyas
Browse files

Logging to debug Overview Actions not working.

Change-Id: Ic5571ce0c02296415f24413403cbdf62fa9b4594
parent d5315f8c
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();