Fix disabled calling sound

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2019-08-07 12:58:50 +02:00
parent ef7cf64c02
commit b10ed2805f

View File

@ -2179,7 +2179,7 @@ public class CallController extends BaseController {
mediaPlayer.setOnPreparedListener(mp -> mediaPlayer.start());
//mediaPlayer.prepareAsync();
mediaPlayer.prepareAsync();
} catch (IOException e) {
Log.e(TAG, "Failed to play sound");