DylanCaiCoding / LoadingStateView

Decoupling the code of toolbar or loading status view. (深度解耦标题栏,解耦加载中、加载失败、无数据等缺省页,支持两行代码集成到基类)
Apache License 2.0
676 stars 53 forks source link

showloading之后设置buttontextview属性会空指针异常 #14

Closed crazyzjw closed 3 years ago

crazyzjw commented 3 years ago

rt

DylanCaiCoding commented 3 years ago

在请求时才调用 showLoadingView(),不要一开始就调用。