target review comment

This commit is contained in:
adbenitez
2026-03-18 16:02:09 +01:00
parent 6f1e11e860
commit ab8fdbad78
2 changed files with 1 additions and 2 deletions
@@ -631,7 +631,7 @@ public class CallActivity extends AppCompatActivity {
if (endpoints == null || endpoints.isEmpty()) {
Log.w(TAG, "No audio endpoints available");
Toast.makeText(this, R.string.call_no_audio_output_available, Toast.LENGTH_SHORT).show();
Toast.makeText(this, "No audio devices available", Toast.LENGTH_SHORT).show();
return;
}