android_ls
android_ls
我今天也遇到这个问题了,使用@Doinng提供的方案 commonNavigator.isReselectWhenLayout = false 暂时解决了问题 @joymingchen 小米手机是必现的,日志如下: 2022-02-15 15:39:49.908 30481-30481/com.frogsing.timebureau W/View: requestLayout() improperly called by com.frogsing.common.utils.ScaleTransitionPagerTitleView{54eac3a VFED..C.. ........ 0,0-170,127} during second layout pass: posting in next frame 2022-02-15 15:39:49.923 30481-30481/com.frogsing.timebureau...
@liuyafang0 ``` PictureSelector.create(this@SetAvatarFrag) .openCamera(SelectMimeType.ofImage()) .isCameraForegroundService(true) .forResult(object : OnResultCallbackListener { override fun onResult(result: ArrayList?) { XLog.e("-->result = " + result?.get(0)?.path) XLog.e("-->result = " + result?.get(0)?.realPath) } override fun onCancel() {} })...
1、当this.state.dataBannerArray.length == 1时,会出现你遇到的错误(Warning: flattenChildren(...)) 2、解决办法如下: 1} autoPlay={this.state.dataBannerArray.length > 1}/>
AsyncTask #1 (native):tid=15 systid=15415 #00 pc 0x70950 libc.so (__ioctl + 8) #01 pc 0x3f04f libc.so (ioctl + 26) #02 pc 0x39f77 libbinder.so (android::IPCThreadState::talkWithDriver(bool) + 238) #03 pc 0x3b035 libbinder.so (android::IPCThreadState::waitForResponse(android::Parcel*,...
` api platform('com.google.firebase:firebase-bom:32.0.0') api 'com.google.firebase:firebase-installations-ktx' // 统计应用的安装,生成在Firebase上的唯一标识 api 'com.google.firebase:firebase-analytics-ktx' // 分析 api 'com.google.firebase:firebase-auth-ktx' // 验证 api 'com.google.firebase:firebase-crashlytics-ktx' // 崩溃分析 api 'com.google.firebase:firebase-crashlytics-ndk' api 'com.google.firebase:firebase-config-ktx' // 远程配置 api 'com.google.firebase:firebase-dynamic-links-ktx' // 动态链接 api...
@appsapiconsole I have the same problem as you, how did you solve it later? Can you share it?
@google-oss-bot The problem is not solved, why turn it off? For KPI? Want to reduce the number of bugs?