session-android/src/org/thoughtcrime/securesms/audio
Greyson Parrelli e5a2cea6b0 Fix voice note seeking issue.
On some devices, pausing+resuming (or seeking) would restart playback
from the beginning, but show a progress bar further up. This seems to
have been caused by same race condition-y thing where we were seeking
multiple times in rapid succession. Now we'll only play once, and things
seem to be fine now.

Also removed usage of some deprecated methods.

Fixes #8432
2018-12-11 13:05:36 -08:00
..
AudioCodec.java Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
AudioRecorder.java Reduce usage of Log.w() 2018-08-06 10:50:06 -04:00
AudioSlidePlayer.java Fix voice note seeking issue. 2018-12-11 13:05:36 -08:00