Skip to content

Commit

Permalink
fix: Sometimes startRingtone() would throw `java.lang.UnsupportedOper…
Browse files Browse the repository at this point in the history
…ationException`
  • Loading branch information
Ricardo Corrie committed Sep 27, 2021
1 parent 8eb2b45 commit cce2a34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ public void run() {
}

if (audioManagerActivated) {
stop();
InCallManagerModule.this.stop();
}

wakeLockUtils.acquirePartialWakeLock();
Expand Down

0 comments on commit cce2a34

Please sign in to comment.