Skip to content

Commit 785743a

Browse files
committed
1、修改library默认TitleBarView高度配置
2、修改快速观察者回调控制
1 parent f00c217 commit 785743a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

library/src/main/java/com/aries/library/fast/retrofit/FastObserver.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
*/
2828
public abstract class FastObserver<T> extends DefaultObserver<T> {
2929

30+
@Override
31+
public void onComplete() {
32+
33+
}
34+
3035
@Override
3136
public void onError(Throwable e) {
3237
int reason = R.string.fast_exception_other_error;

0 commit comments

Comments
 (0)