You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-android/app
Ninad Bhuiyan 95298bb9e3
Fix voice message duration view (#948)
The seconds for a voice message duration, and also its decreasing duration when played, were just the total duration of the audio. So, a 3 minute audio would appear as 3:180 at the audio's right, and 2:170 for example when said audio is being played.

I added a modulo operator for 60 after the time millisecond to seconds conversion, just before setting it as viewable text, same for the progress function.
3 years ago
..
proguard Play fixes (#1017) 3 years ago
src Fix voice message duration view (#948) 3 years ago
.gitignore
build.gradle Make selected message colours more visible, fix classic dark read indicator (#1031) 3 years ago
google-services.json
lint-baseline.xml
lint.xml