瀏覽代碼

修复可能无法获取到首页福利的问题

zengjiebin 7 年之前
父節點
當前提交
c4cae422d4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/src/main/java/com/sheep/jiuyan/samllsheep/SheepApp.java

+ 1 - 0
app/src/main/java/com/sheep/jiuyan/samllsheep/SheepApp.java

@@ -584,6 +584,7 @@ public class SheepApp extends MultiDexApplication {
                 if (DataUtil.IS_USE_SCREEN_SHOT)
                     stopService(new Intent(SheepApp.this, FloatShotScreenService.class));
                 DataUtil.putAsInt(DataKey.KEY_ORDER, 1);
+                DataUtil.putAsInt(DataKey.KEY_REFRESH_WELFARE_ORDER, 1);
                 if (!UMConfigUtils.isNotNeedAct(activity))
                     UMConfigUtils.Event.SHEEP_DESTROYED.onEvent();
             }