mirror of
https://github.com/hackku21/nearby_connections.git
synced 2026-03-02 03:49:22 +00:00
released 0.1.1
This commit is contained in:
@@ -218,7 +218,7 @@ public class NearbyConnectionsPlugin implements MethodCallHandler {
|
||||
assert bytes != null;
|
||||
Nearby.getConnectionsClient(activity).sendPayload(endpointId, Payload.fromBytes(bytes));
|
||||
Log.d("NearbyCon java", "sentPayload");
|
||||
|
||||
result.success(true);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user