|
@@ -53,6 +53,15 @@ public class SheepApp extends BaseApplication {
|
|
|
private NetComponent netComponent;
|
|
private NetComponent netComponent;
|
|
|
private boolean isShowQB;
|
|
private boolean isShowQB;
|
|
|
private String packgeName;
|
|
private String packgeName;
|
|
|
|
|
+ private boolean isInitMidong = false;
|
|
|
|
|
+
|
|
|
|
|
+ public boolean isInitMidong() {
|
|
|
|
|
+ return isInitMidong;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setInitMidong(boolean initMidong) {
|
|
|
|
|
+ isInitMidong = initMidong;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
public String getPackgeName() {
|
|
public String getPackgeName() {
|
|
|
return packgeName;
|
|
return packgeName;
|
|
@@ -183,7 +192,6 @@ public class SheepApp extends BaseApplication {
|
|
|
if(mActivityAount == 0) {
|
|
if(mActivityAount == 0) {
|
|
|
LogUtil.println("SheepApp SHEEP_STOP");
|
|
LogUtil.println("SheepApp SHEEP_STOP");
|
|
|
UMConfigUtils.Event.SHEEP_STOP.onEvent();
|
|
UMConfigUtils.Event.SHEEP_STOP.onEvent();
|
|
|
- PreferenceUtils.setPrefBoolean(mContext, "init_midong_key", false);
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|