Selaa lähdekoodia

Fix disabled calling sound

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 5 vuotta sitten
vanhempi
commit
b10ed2805f

+ 1 - 1
app/src/main/java/com/nextcloud/talk/controllers/CallController.java

@@ -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");