We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208e4d6 commit b89bcbcCopy full SHA for b89bcbc
examples/tv-casting-app/android/App/app/src/main/jni/com/matter/casting/core/MatterCastingPlayer.java
@@ -271,7 +271,7 @@ public MatterError continueConnecting() {
271
272
@Override
273
public ConnectionState getConnectionState() {
274
- return ConnectionState.valueOf(getConnectionStateNative());
+ return ConnectionState.valueOf(getConnectionStateNative());
275
}
276
277
public native String getConnectionStateNative();
0 commit comments