Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

点击用户名输入时闪退 #1

Closed
rxstella opened this issue Jan 20, 2021 · 4 comments
Closed

点击用户名输入时闪退 #1

rxstella opened this issue Jan 20, 2021 · 4 comments
Labels
bug Something isn't working done Issue resolved

Comments

@rxstella
Copy link

rxstella commented Jan 20, 2021

红米K20Pro
系统版本:Miui 12.5 21.19
安卓版本:Android11

错误日志:
java.lang.AbstractMethodError: abstract method "android.view.WindowInsets android.view.WindowInsetsAnimation$Callback.onProgress(android.view.WindowInsets, java.util.List)"
at android.view.View.dispatchWindowInsetsAnimationProgress(View.java:11445)
at android.view.ViewGroup.dispatchWindowInsetsAnimationProgress(ViewGroup.java:7504)
at android.view.ViewGroup.dispatchWindowInsetsAnimationProgress(ViewGroup.java:7510)
at android.view.ViewGroup.dispatchWindowInsetsAnimationProgress(ViewGroup.java:7510)
at android.view.ViewGroup.dispatchWindowInsetsAnimationProgress(ViewGroup.java:7510)
at android.view.ViewGroup.dispatchWindowInsetsAnimationProgress(ViewGroup.java:7510)
at android.view.ViewRootInsetsControllerHost.dispatchWindowInsetsAnimationProgress(ViewRootInsetsControllerHost.java:106)
at android.view.InsetsController.lambda$new$2$InsetsController(InsetsController.java:575)
at android.view.-$$Lambda$InsetsController$zpmOxHfTFV_3me2u3C8YaXSUauQ.run(Unknown Source:2)
at android.view.InsetsController.scheduleApplyChangeInsets(InsetsController.java:1361)
at android.view.InsetsAnimationControlImpl.setInsetsAndAlpha(InsetsAnimationControlImpl.java:186)
at android.view.InsetsAnimationControlImpl.setInsetsAndAlpha(InsetsAnimationControlImpl.java:170)
at android.view.InsetsController$InternalAnimationControlListener.lambda$onReady$0$InsetsController$InternalAnimationControlListener(InsetsController.java:332)
at android.view.-$$Lambda$InsetsController$InternalAnimationControlListener$SInf91MjJKDQFXwrp7C-HBi0xaQ.onAnimationUpdate(Unknown Source:13)
at android.animation.ValueAnimator.animateValue(ValueAnimator.java:1566)
at android.animation.ValueAnimator.setCurrentFraction(ValueAnimator.java:692)
at android.animation.ValueAnimator.setCurrentPlayTime(ValueAnimator.java:655)
at android.animation.ValueAnimator.start(ValueAnimator.java:1087)
at android.animation.ValueAnimator.start(ValueAnimator.java:1106)
at android.view.InsetsController$InternalAnimationControlListener.onReady(InsetsController.java:349)
at android.view.InsetsController.lambda$startAnimation$6$InsetsController(InsetsController.java:1344)
at android.view.-$$Lambda$InsetsController$VzAUS17blucBK1u6-37NlEpdYqI.run(Unknown Source:12)
at android.view.ViewRootInsetsControllerHost$1.onPreDraw(ViewRootInsetsControllerHost.java:67)
at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:1093)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:3228)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:2065)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:8497)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1076)
at android.view.Choreographer.doCallbacks(Choreographer.java:897)
at android.view.Choreographer.doFrame(Choreographer.java:826)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1061)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:236)
at android.app.ActivityThread.main(ActivityThread.java:8061)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:656)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:967)

@yang991178
Copy link
Owner

系统?设备?

@rxstella
Copy link
Author

系统?设备?
已经加上了

@yang991178
Copy link
Owner

yang991178 commented Jan 20, 2021

看起来像flutter/flutter#66232
目前为了避免在国内验证let's encrypt证书时主线程阻塞用的是beta版本,也许下个版本可以尝试上面issue里面的解决方法

@yang991178 yang991178 added bug Something isn't working in progress Under development labels Jan 20, 2021
yang991178 added a commit that referenced this issue Jan 21, 2021
@yang991178
Copy link
Owner

1.0.0(2)版本应该解决了这个问题

@yang991178 yang991178 added done Issue resolved and removed in progress Under development labels Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working done Issue resolved
Projects
None yet
Development

No branches or pull requests

2 participants