fix(ios): start command sender name
This commit is contained in:
@@ -129,7 +129,7 @@ class NearbyManager: NSObject {
|
|||||||
let device = NearbyDevicesStore.instance.find(for: receiverId)
|
let device = NearbyDevicesStore.instance.find(for: receiverId)
|
||||||
if let requireDevice = device {
|
if let requireDevice = device {
|
||||||
let command = NearbyStartCommand(
|
let command = NearbyStartCommand(
|
||||||
senderName: requireDevice.name,
|
senderName: self.device.name,
|
||||||
filesCount: paths.count
|
filesCount: paths.count
|
||||||
).toDictionary()
|
).toDictionary()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user