feat(lib, android, ios): permissions clean up, add id to files pack

This commit is contained in:
ksenia312
2024-02-07 13:30:34 +01:00
parent 2541aa57d2
commit f18065db49
20 changed files with 313 additions and 220 deletions
+1
View File
@@ -129,6 +129,7 @@ class NearbyManager: NSObject {
let device = NearbyDevicesStore.instance.find(for: receiverId)
if let requireDevice = device {
let command = NearbyStartCommand(
id: id,
senderName: self.device.name,
filesCount: paths.count
).toDictionary()