|
@@ -16,6 +16,7 @@ import com.sheep.gamegroup.model.entity.UserEntity;
|
|
|
import com.sheep.gamegroup.util.DataUtil;
|
|
import com.sheep.gamegroup.util.DataUtil;
|
|
|
import com.sheep.gamegroup.util.Jump2View;
|
|
import com.sheep.gamegroup.util.Jump2View;
|
|
|
import com.sheep.gamegroup.util.LogUtil;
|
|
import com.sheep.gamegroup.util.LogUtil;
|
|
|
|
|
+import com.sheep.gamegroup.util.TestUtil;
|
|
|
import com.sheep.jiuyan.samllsheep.BuildConfig;
|
|
import com.sheep.jiuyan.samllsheep.BuildConfig;
|
|
|
import com.sheep.jiuyan.samllsheep.R;
|
|
import com.sheep.jiuyan.samllsheep.R;
|
|
|
import com.sheep.jiuyan.samllsheep.utils.G;
|
|
import com.sheep.jiuyan.samllsheep.utils.G;
|
|
@@ -135,7 +136,8 @@ public class NewbieTaskAdp extends BaseAdapter {
|
|
|
if (BuildConfig.DEBUG) {
|
|
if (BuildConfig.DEBUG) {
|
|
|
G.showToast("测试:服务器返回数据错误,这个任务可能没有完成?");
|
|
G.showToast("测试:服务器返回数据错误,这个任务可能没有完成?");
|
|
|
}
|
|
}
|
|
|
- isShow(context);
|
|
|
|
|
|
|
+ if(TestUtil.isLTVersion3_4_5())//3.4.5以前版本才调用下面的方法
|
|
|
|
|
+ isShow(context);
|
|
|
break;
|
|
break;
|
|
|
case 6://加入官方QQ群
|
|
case 6://加入官方QQ群
|
|
|
doActionByTaskQQ(context, task);
|
|
doActionByTaskQQ(context, task);
|