处理合并冲突
This commit is contained in:
@ -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<>());
|
||||
|
||||
Reference in New Issue
Block a user