|
|
@@ -3,7 +3,6 @@
|
|
|
*/
|
|
|
package kr.co.zumo.app.lifeplus.view.screen.event;
|
|
|
|
|
|
-import java.util.Collections;
|
|
|
import java.util.List;
|
|
|
|
|
|
import io.reactivex.disposables.Disposable;
|
|
|
@@ -77,7 +76,7 @@ public class EventListModel extends Model {
|
|
|
public void onApiSuccess(EventListResultBean resultBean) {
|
|
|
if (null != resultBean && null != resultBean.getData()) {
|
|
|
eventBeans = resultBean.getData();
|
|
|
- Collections.reverse(eventBeans);
|
|
|
+// Collections.reverse(eventBeans);
|
|
|
onResult(new Event.Builder(Event.SUCCESS).integer(Event.EVENT_LIST).build());
|
|
|
}
|
|
|
else {
|