Add the join / return button to call log items.

This commit is contained in:
Alex Hart
2023-04-04 13:13:49 -03:00
parent 9d575650d1
commit c254b08e33
7 changed files with 138 additions and 18 deletions

View File

@@ -5775,6 +5775,10 @@
<string name="CallLogAdapter__outgoing">Outgoing</string>
<!-- Displayed for missed calls -->
<string name="CallLogAdapter__missed">Missed</string>
<!-- Displayed on Group Call button if user is not in the call -->
<string name="CallLogAdapter__join">Join</string>
<!-- Displayed on Group Call button if user is in the call -->
<string name="CallLogAdapter__return">Return</string>
<!-- Call Log context menu -->
<!-- Displayed as a context menu item to start a video call -->