-
Notifications
You must be signed in to change notification settings - Fork 0
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
GT-2214 Undownload language button #1943
Conversation
Hey @rachaelblue sounds good, it seems there definitely needs to be something to reverse that. I also have a change request which could be done in that separate ticket or this one. Let me know which you'd prefer, but I was looking at The ViewModel doesn't necessarily know how the View is structuring UI elements or that it's sharing the tap action for those, it simply declares what inputs are available to the View and it's up to the View to call those. |
Hey @levieggertcru, since Jill's change to hide the "x" was simple enough (cancel after 3 seconds unless tapped again), I went ahead and did that here as well as splitting the input into two separate ones. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #1943 +/- ##
===========================================
- Coverage 20.91% 20.72% -0.19%
===========================================
Files 1008 1008
Lines 31576 31628 +52
===========================================
- Hits 6604 6556 -48
- Misses 24972 25072 +100 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @rachaelblue looks good.
Current logic is that tapping once on a downloaded language should show the red "x", and tapping a second time removes the download. Waiting to hear back from Jill if there's supposed to be a way to cancel if a user gets the "x" but doesn't want to download. Depending on what the solution is, I'm thinking that will just be a separate ticket.