Yuan Qing
Yuan Qing
- [ ] I have searched [existing issues](https://github.com/google/flexbox-layout/issues) and confirmed this is not a duplicate ## Issues and steps to reproduce 当我设置FlexboxLayout的宽度为524px的时候,5个子view设置layout_flexBasisPercent=“20%” 结果却换行了?。预估原因。FlexboxHelper中 childMainSize = Math.round(mainSize * flexItem.getFlexBasisPercent()); 每个View的宽度应该是104.8px。而事实是105px。结果造成了最后一个换行。 第一步:设置...
hi @penfeizhou java.util.ConcurrentModificationException' java.util.HashMap$HashIterator.nextNode(HashMap.java:1441)' java.util.HashMap$KeyIterator.next(HashMap.java:1465)' com.github.penfeizhou.animation.FrameAnimationDrawable.invalidateSelf(FrameAnimationDrawable.java:2)' com.github.penfeizhou.animation.FrameAnimationDrawable.invalidateRunnable.run(FrameAnimationDrawable.java:1)' android.os.Handler.handleCallback(Handler.java:938)' android.os.Handler.dispatchMessage(Handler.java:99)' android.os.Looper.loop(Looper.java:223)' android.app.ActivityThread.main(ActivityThread.java:7664)' java.lang.reflect.Method.invoke(Native Method)' com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)' com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) sdk:com.github.penfeizhou.android.animation:awebp:2.23.0 From log analysis, it should be obtainedCallbacks