Always play "sonar" on call initialization

If "sonar" was the last sound played on the last call, it wasn't
 being played on the next calling attempt.

Closes #4473
This commit is contained in:
brumsel 2015-11-10 01:08:59 +01:00 committed by Moxie Marlinspike
parent e1f9519235
commit 5333647794

View File

@ -116,6 +116,7 @@ public class OutgoingRinger implements MediaPlayer.OnCompletionListener, MediaPl
mediaPlayer.stop();
} catch( IllegalStateException e ) {
}
currentSoundID = -1;
}
private void stop( int soundID ) {