Skip to content

Commit b8ad50f

Browse files
✏️ VoiceConnectionService: Update log to match reality
1 parent 4b1fa98 commit b8ad50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/io/wazo/callkeep/VoiceConnectionService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ private Connection makeOutgoingCall(ConnectionRequest request, String uuid, Bool
269269
// ‍️Weirdly on some Samsung phones (A50, S9...) using `setInitialized` will not display the native UI ...
270270
// when making a call from the native Phone application. The call will still be displayed correctly without it.
271271
if (!Build.MANUFACTURER.equalsIgnoreCase("Samsung")) {
272-
Log.d(TAG, "[VoiceConnectionService] onCreateOutgoingConnection: initializing connection on Samsung device");
272+
Log.d(TAG, "[VoiceConnectionService] onCreateOutgoingConnection: initializing connection on non-Samsung device");
273273
outgoingCallConnection.setInitialized();
274274
}
275275

0 commit comments

Comments
 (0)