shingohu
shingohu
` public void initJobManager(Context context) { Configuration.Builder builder = new Configuration.Builder(context) .customLogger(new CustomLogger() { private static final String TAG = "shenluntikuapp job"; @Override public boolean isDebugEnabled() { return true; }...
@wandering7man do you have this problem too? version 1.3.5 is not problem
@wandering7man 1.open the network 2.post the job (the job will onRun but not done) 3.close the network (when execute uploadImage method will exception) 4.open the network 5.the onRun method will...
@PrototypeZ 看了下Fragment是在onActivityCreated后恢复的,一般我们会在onViewCreated 之后开始UI操作,导致数据没有及时恢复,为何Fragment不在onCreate中进行恢复呢
@PrototypeZ 好的,目前在准备搭建项目,并且使用kotlin,所以具体业务中是啥样也不太清楚.如果负责可以有时间在考虑
> > 请问有解决方案吗,我们也遇到同样的问题 > > @TonghuaLee @Marco-Ryus > > 能提供一个复现demo吗?我这边用Flutter SDK 2.5.x,FlutterBoost v3.0-preview.18没有遇到卡死的问题。或者,考虑使用Flutter SDK 2.8,这个版本解决了不少platformview相关的问题。 BottomNavigationPage 就有这个问题,2.0.6 第二次进入会白屏加载不出来 2.10.x会闪退
警告而已吧,实际可以跑的
一样的升级到v3.0-release.1 就会报错,也是add-to-app的方式集成
> iOS也有这个问题啊