You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When in use, I display a 6-digit number, but there is a certain probability that the fifth digit does not appear. However, I checked the logs by use Logger.e(binding.alphaBetView.getText().toString()) to log and found that the result is actually correct.
And the config I write: binding.alphaBetView.animationDuration = 2_000L binding.alphaBetView.charStrategy = Strategy.CarryBitAnimation() binding.alphaBetView.addCharOrder(CharOrder.Number) binding.alphaBetView.animationInterpolator = AccelerateDecelerateInterpolator()
Environment: Android 11
The text was updated successfully, but these errors were encountered:
Hi, thanks for the great library.
When in use, I display a 6-digit number, but there is a certain probability that the fifth digit does not appear. However, I checked the logs by use
Logger.e(binding.alphaBetView.getText().toString())
to log and found that the result is actually correct.And the config I write:
binding.alphaBetView.animationDuration = 2_000L
binding.alphaBetView.charStrategy = Strategy.CarryBitAnimation()
binding.alphaBetView.addCharOrder(CharOrder.Number)
binding.alphaBetView.animationInterpolator = AccelerateDecelerateInterpolator()
Environment: Android 11
The text was updated successfully, but these errors were encountered: