|
|
@@ -26,6 +26,7 @@ import com.bumptech.glide.Glide;
|
|
|
import com.bumptech.glide.request.RequestOptions;
|
|
|
import com.kfzs.appstore.utils.adapter.recyclerview.ViewHolder;
|
|
|
import com.kfzs.duanduan.adp.AdpCommonRecy;
|
|
|
+import com.kfzs.duanduan.react.ReactUtil;
|
|
|
import com.sheep.gamegroup.model.api.ApiService;
|
|
|
import com.sheep.gamegroup.model.entity.RecyleObj;
|
|
|
import com.sheep.gamegroup.model.entity.RecyleType;
|
|
|
@@ -260,7 +261,7 @@ public class TryMakeMoneyAdp extends AdpCommonRecy<RecyleObj> {
|
|
|
|
|
|
|
|
|
public static void setDebugDownLoad(final Context context, View view, final TaskEty taskEty) {
|
|
|
- if(BuildConfig.DEBUG){
|
|
|
+ if(BuildConfig.DEBUG || ReactUtil.isSmallDebug()){
|
|
|
view.setOnLongClickListener(new View.OnLongClickListener() {
|
|
|
@Override
|
|
|
public boolean onLongClick(View view) {
|