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

Incomplete content display #41

Open
onlycyndi opened this issue Dec 31, 2024 · 0 comments
Open

Incomplete content display #41

onlycyndi opened this issue Dec 31, 2024 · 0 comments

Comments

@onlycyndi
Copy link

onlycyndi commented Dec 31, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant