Android icon indicating copy to clipboard operation
Android copied to clipboard

[Bug] Last word of each line can jerk to the next line during animation in TypeAnimationTextView

Open bemusementpark opened this issue 1 year ago • 1 comments

Describe the bug

During the onboarding animation

Screen_recording_20240807_211447.webm

How to Reproduce

  1. Delete the app or clear app storage
  2. Open the app
  3. Observe text on onboarding screens will sometimes jerk to the next line if a word becomes too long.

This is in contrast to DDG iOS which

Expected behavior

Although it is expected behaviour when you are actually typing, it looks glitchy in an animation, especially a fast one.

I would expect Android to behave as iOS does where each letter is progressively revealed in its right place.

Environment

- DDG App Version: commit ea0bb89a9acc17d7d547997a186725cb8cfb8486 HEAD -> develop, tag: 5.210.2.2-nightly
- Device: API 35
- OS: Android w/Playstore

bemusementpark avatar Aug 07 '24 14:08 bemusementpark

Thank you for opening an Issue in our Repository. The issue has been forwarded to the team and we'll follow up as soon as we have time to investigate. As stated in our Contribution Guidelines, requests for feedback should be addressed via the Feedback section in the Android app.

github-actions[bot] avatar Aug 07 '24 14:08 github-actions[bot]

This was fixed a while back with https://github.com/duckduckgo/Android/pull/4874 so closing.

marcosholgado avatar Apr 04 '25 09:04 marcosholgado