Parcourir la source

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

zengjiebin il y a 7 ans
Parent
commit
c4cae422d4
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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)
                 if (DataUtil.IS_USE_SCREEN_SHOT)
                     stopService(new Intent(SheepApp.this, FloatShotScreenService.class));
                     stopService(new Intent(SheepApp.this, FloatShotScreenService.class));
                 DataUtil.putAsInt(DataKey.KEY_ORDER, 1);
                 DataUtil.putAsInt(DataKey.KEY_ORDER, 1);
+                DataUtil.putAsInt(DataKey.KEY_REFRESH_WELFARE_ORDER, 1);
                 if (!UMConfigUtils.isNotNeedAct(activity))
                 if (!UMConfigUtils.isNotNeedAct(activity))
                     UMConfigUtils.Event.SHEEP_DESTROYED.onEvent();
                     UMConfigUtils.Event.SHEEP_DESTROYED.onEvent();
             }
             }