|
|
@@ -36,7 +36,7 @@ public class DialogNotificationOfArrival {
|
|
|
SheepApp.getInstance()
|
|
|
.getNetComponent()
|
|
|
.getApiService()
|
|
|
- .getMessageCenter(1, 1, DataUtil.getInstance().getUserId(), SystemNotification.TYPE_ALL)
|
|
|
+ .getMessageCenter(1, 1, DataUtil.getInstance().getUserId(), SystemNotification.TYPE_TASK_SUCCESS)
|
|
|
.subscribeOn(Schedulers.io())
|
|
|
.observeOn(AndroidSchedulers.mainThread())
|
|
|
.subscribe(new SheepSubscriber<BaseMessage>(SheepApp.getInstance()) {
|