Merge "Remove DEBUG flag inside WidgetsListAdapter" into ub-launcher3-burnaby
This commit is contained in:
committed by
Android (Google) Code Review
commit
3ea5cd4311
@@ -54,7 +54,7 @@ import java.util.List;
|
||||
public class WidgetsListAdapter extends Adapter<WidgetsRowViewHolder> {
|
||||
|
||||
private static final String TAG = "WidgetsListAdapter";
|
||||
private static final boolean DEBUG = true;
|
||||
private static final boolean DEBUG = false;
|
||||
|
||||
private Launcher mLauncher;
|
||||
private LayoutInflater mLayoutInflater;
|
||||
|
||||
Reference in New Issue
Block a user