mirror of
https://github.com/SimpleMobileTools/Simple-Voice-Recorder.git
synced 2025-06-05 21:59:31 +02:00
use async preparation at the player fragment
This commit is contained in:
@@ -266,7 +266,7 @@ class PlayerFragment(context: Context, attributeSet: AttributeSet) : MyViewPager
|
||||
setDataSource(recording.path)
|
||||
}
|
||||
|
||||
prepare()
|
||||
prepareAsync()
|
||||
}
|
||||
|
||||
play_pause_btn.setImageDrawable(getToggleButtonIcon(true))
|
||||
|
Reference in New Issue
Block a user