-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Comments
系统?设备? |
|
看起来像flutter/flutter#66232 |
yang991178
added a commit
that referenced
this issue
Jan 21, 2021
1.0.0(2)版本应该解决了这个问题 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
红米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)
The text was updated successfully, but these errors were encountered: