|
|
@@ -1,10 +1,12 @@
|
|
|
package com.sheep.gamegroup.view.activity;
|
|
|
|
|
|
-import com.google.android.material.textfield.TextInputEditText;
|
|
|
+import static com.sheep.gamegroup.util.UMConfigUtils.Event.USER_FEEDBACK_COMMIT;
|
|
|
+
|
|
|
import android.view.View;
|
|
|
import android.widget.ImageView;
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
+import com.google.android.material.textfield.TextInputEditText;
|
|
|
import com.sheep.gamegroup.absBase.BaseActivity;
|
|
|
import com.sheep.gamegroup.model.entity.BaseMessage;
|
|
|
import com.sheep.gamegroup.model.util.SheepSubscriber;
|
|
|
@@ -19,10 +21,8 @@ import com.sheep.jiuyan.samllsheep.utils.TitleBarUtils;
|
|
|
import butterknife.BindView;
|
|
|
import butterknife.OnClick;
|
|
|
import io.reactivex.android.schedulers.AndroidSchedulers;
|
|
|
-import rx.functions.Action1;
|
|
|
import io.reactivex.schedulers.Schedulers;
|
|
|
-
|
|
|
-import static com.sheep.gamegroup.util.UMConfigUtils.Event.USER_FEEDBACK_COMMIT;
|
|
|
+import rx.functions.Action1;
|
|
|
|
|
|
/**
|
|
|
* 意见反馈
|