处理合并冲突

This commit is contained in:
juntao
2022-01-13 17:21:45 +08:00
parent fc1710f3b9
commit 984fca183f
5 changed files with 3 additions and 19 deletions

View File

@ -599,7 +599,7 @@ public class LogUtils {
gameCollectionActivityUrl = Constants.GAME_COLLECTION_ACTIVITY_ADDRESS;
}
if (url.contains(gameCollectionActivityUrl)) {
RetrofitManager.getInstance(HaloApp.getInstance().getApplication()).getNewApi()
RetrofitManager.getInstance().getNewApi()
.postGameCollectionTask("repost_activity", "0")
.subscribeOn(Schedulers.io())
.subscribe(new EmptyResponse<>());