mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-10 14:24:05 +01:00
Fix disabled calling sound
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
ef7cf64c02
commit
b10ed2805f
@ -2179,7 +2179,7 @@ public class CallController extends BaseController {
|
|||||||
|
|
||||||
mediaPlayer.setOnPreparedListener(mp -> mediaPlayer.start());
|
mediaPlayer.setOnPreparedListener(mp -> mediaPlayer.start());
|
||||||
|
|
||||||
//mediaPlayer.prepareAsync();
|
mediaPlayer.prepareAsync();
|
||||||
|
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
Log.e(TAG, "Failed to play sound");
|
Log.e(TAG, "Failed to play sound");
|
||||||
|
Loading…
Reference in New Issue
Block a user