Skip to content

Commit

Permalink
Change: comment for future code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechowskiradek committed Dec 5, 2024
1 parent 080e7c5 commit f74b5f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class MainViewModel @Inject constructor(
if (currentCall != null) {
telnyxClient?.endCall(currentCall?.callId!!)
}
//dev note - do we need it???
//ToDo(Rad): do we need this
currentCall?.endCall(currentCall?.callId!!)
}

Expand Down

0 comments on commit f74b5f1

Please sign in to comment.