mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Merge "Logging to debug Overview Actions not working." into ub-launcher3-rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ef7184c8a7
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user