Skip to content

修复从缓存中获取数据时,不触发onComplete事件的问题

Compare
Choose a tag to compare
@LtLei LtLei released this 17 Oct 04:18
· 3 commits to master since this release

原有方案是使用RxJava的concat方法,发现此方法在前Observable触发onNext后不会再触发onComplete方法,所以无法在onComplete中处理其他事务,因此修改了其实现的方式