Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tv casting app stop connect when user navigates back before confirming passcode in commission #37278

Prev Previous commit
Next Next commit
[Amazon] StopConnect for UDC in Android tv-casting-app
Applied restyle formatting
  • Loading branch information
yuenton-amazon committed Mar 1, 2025
commit b89bcbcb81dacdceb5122b8c6622481da30682cd
Original file line number Diff line number Diff line change
@@ -271,7 +271,7 @@ public MatterError continueConnecting() {

@Override
public ConnectionState getConnectionState() {
return ConnectionState.valueOf(getConnectionStateNative());
return ConnectionState.valueOf(getConnectionStateNative());
}

public native String getConnectionStateNative();