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

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

Merge "Fixing OAV buttons not working and removing logs." into ub-launcher3-rvc-dev

parents d8405a63 826bb2e9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ import android.content.Context;
import android.content.res.Configuration;
import android.graphics.Rect;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.FrameLayout;
@@ -117,7 +116,6 @@ 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();