Skip to content

Commit

Permalink
Made acceptIncomingCall employ phone without ringing.
Browse files Browse the repository at this point in the history
  • Loading branch information
grigorye committed Aug 19, 2024
1 parent aedcbb2 commit 971fa8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WatchApp/source/BusinessLogic/ActingOnCalls.mc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ function acceptIncomingCall(phone as Phone) as Void {
System.error("!isIncomingCallPhone: " + phone);
}
stopRequestingAttention();
dropRingingFromPhone(phone);
new CallActionTask(phone, CALL_IN_PROGRESS_ACTION_ACCEPT).launch();
}

Expand Down

0 comments on commit 971fa8e

Please sign in to comment.