Merge "Fixing OAV buttons not working and removing logs." into ub-launcher3-rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4de12a2424
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user