@@ -259,9 +259,9 @@ public class DataUtil {
return null;
}
//是否使用小绵羊截图方案
- public static final boolean IS_USE_SCREEN_SHOT = true;
+ public static final boolean IS_USE_SCREEN_SHOT = false;
//是否监听媒体库图片变化
- public static final boolean IS_LISTEN_SCREEN_SHOT = true;
+ public static final boolean IS_LISTEN_SCREEN_SHOT = false;
/**
* 截图路径
*
@@ -1066,7 +1066,10 @@ public class TaskDetailAct extends AbsChooseImageActivity implements TaskDetailC
* @return
*/
protected ICallBack<String> getCallBack(){
- return callBack;
+ if (DataUtil.IS_USE_SCREEN_SHOT || DataUtil.IS_LISTEN_SCREEN_SHOT) {
+ return callBack;
+ }
+ return null;
private int commitScreenShotTaskId;
@@ -63,7 +63,7 @@
<android.support.v7.widget.AppCompatEditText
android:id="@+id/login_et_scope"
style="@style/style_login_et"
- android:hint="请输入邀请码(非必填)"
+ android:hint="请输入邀请码"
android:inputType="number"
android:maxLength="10"
android:gravity="center"/>