-
Notifications
You must be signed in to change notification settings - Fork 170
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
Allow to seek a voice message before playing it #1780
Conversation
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
a2dda13
to
6c5b9b2
Compare
6c5b9b2
to
d9e0ca5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1780 +/- ##
========================================
Coverage 63.34% 63.34%
========================================
Files 1290 1290
Lines 33502 33505 +3
Branches 6962 6962
========================================
+ Hits 21221 21224 +3
Misses 9107 9107
Partials 3174 3174 ☔ 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.
Code looks good!
Just a few issues I noticed while testing which may or may not be related to the changes:
- The progress bar flickers down on first seeking. This video shows it but you may need to play it frame by frame to see:
Screencast.from.10-11-23.11.32.21.webm
- After clearing the app cache to test, I couldn't play any voice messages:
Screencast.from.10-11-23.11.40.57.webm
d9e0ca5
to
1682b0b
Compare
Could you please double check this after the latest rebase? I've just cleared the cache dir twice and this didn't happen. |
This is because the call to |
1682b0b
to
5bc61e3
Compare
@jonnyandrew waiting to merge this because I'd like #1795 to land before it. |
Previously the only way to start interacting with a voice message was to play it. This change makes it possible to start interacting also with a seek.
5bc61e3
to
d97bc3c
Compare
Kudos, SonarCloud Quality Gate passed! |
Previously the only way to start interacting with a voice message was to play it. This change makes it possible to start interacting also with a seek.