app/src/main/java/cn/flightfeather/thirdapp/module/task/TaskFragment.java
ÎļþÃû´Ó app/src/main/java/cn/flightfeather/thirdapp/fragment/TaskFragment.java ÐÞ¸Ä
@@ -1,4 +1,4 @@
package cn.flightfeather.thirdapp.fragment;
package cn.flightfeather.thirdapp.module.task;
import android.app.AlertDialog;
import android.content.DialogInterface;
@@ -35,14 +35,11 @@
import cn.flightfeather.thirdapp.adapter.TaskListAdapter;
import cn.flightfeather.thirdapp.bean.entity.Scense;
import cn.flightfeather.thirdapp.bean.entity.Subtask;
import cn.flightfeather.thirdapp.bean.vo.TaskPack;
import cn.flightfeather.thirdapp.bean.entity.Userinfo;
import cn.flightfeather.thirdapp.bean.vo.TaskPack;
import cn.flightfeather.thirdapp.bean.vo.TaskVo;
import cn.flightfeather.thirdapp.httpservice.SubTaskService;
import cn.flightfeather.thirdapp.httpservice.TaskService;
import cn.flightfeather.thirdapp.module.task.MonthTaskManagementActivity;
import cn.flightfeather.thirdapp.module.task.NewSubTaskActivity;
import cn.flightfeather.thirdapp.module.task.SceneDetailActivity;
import cn.flightfeather.thirdapp.util.CommonUtils;
import cn.flightfeather.thirdapp.util.Constant;
import cn.flightfeather.thirdapp.util.DateFormatter;
@@ -56,12 +53,12 @@
import retrofit2.Retrofit;
/**
 * A simple {@link Fragment} subclass.
 *
 */
public class TaskFragment extends Fragment implements RecyclerItemClickListener.OnItemClickListener
        , View.OnClickListener {
    private int taskKindChoice;
    private int taskKindChoice = 1;
    private CommonApplication application;
    private Retrofit mRetrofit;
    private boolean requestAgain;
@@ -315,7 +312,6 @@
    }
    /**
     * 2018.11.05 by riku
     * æ›´æ¢æ–°æ ·å¼çš„弹出框,功能未修改
     * æ˜¾ç¤ºæ–°å¢žä»»åŠ¡ç±»åž‹ï¼šé¡¶å±‚ä»»åŠ¡ã€å­ä»»åŠ¡
     */