Skip to content

Commit e1c6340

Browse files
[Amazon] StopConnect for UDC in Android tv-casting-app
Fix restyle CI error
1 parent b89bcbc commit e1c6340

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/tv-casting-app/android/App/app/src/main/java/com/matter/casting/ConnectionExampleFragment.java

+1-4
Original file line numberDiff line numberDiff line change
@@ -353,10 +353,7 @@ public void onClick(DialogInterface dialog, int which) {
353353
+ finalErr
354354
+ ". Route back to disconnect & try again. \n\n");
355355
});
356-
Log.e(
357-
TAG,
358-
"displayPasscodeInputDialog() continueConnecting() failed due to: "
359-
+ err);
356+
Log.e(TAG, "displayPasscodeInputDialog() continueConnecting() failed due to: " + err);
360357
}
361358
}
362359
});

0 commit comments

Comments
 (0)