hubin
hubin
大概知道你说的意思了,我抽空看看。
@tu2460 我也遇到这个问题了,你解决了吗,给指点一下吧,谢谢。
We really need `adb pair`
ME TOO. +1
@tsunamilx 我也遇到这问题,临时找到个解决办法,你可以试试 @Aspsine 作者有没有计划解决这个问题 🙏🙏🙏🙏🙏 ``` java public class MainHomeFragment extends BaseFragment implements AppBarLayout.OnOffsetChangedListener{ @Bind(R.id.app_bar_layout) AppBarLayout app_bar_layout; @Bind(R.id.swipeToLoadView) SwipeToLoadView swipeToLoadView; private void initDisplay() { app_bar_layout.addOnOffsetChangedListener(this); } @Override public void onOffsetChanged(AppBarLayout...
😄想要上划隐藏头部 + 1
是 App 没杀掉改的时间。 已经使用下面的配置禁用了: ```kotlin Config.Builder() .useRouteRepeatCheckInterceptor(false) .build() ``` 但 OpenOnceInterceptor 还是很有用的,是不是把 `currentTime - map[hostAndPath]!!` 取个绝对值来代表 1 秒内。
> 我没太理解, 你这里是啥意思. 是指反射没有走 init{} 吗 Interceptor 创建报错了 route fail:router://app/main and errorClass is IllegalArgumentException,errorMsg is 'Callable expects 1 arguments, but 0 were provided.'
同样的问题,很困惑😕