mirror of
https://github.com/grishka/NearDrop.git
synced 2026-04-09 20:56:09 +02:00
Update protobuf schemas from https://github.com/google/nearby
This commit is contained in:
@@ -295,7 +295,7 @@ class OutboundNearbyConnection:NearbyConnection{
|
||||
}else if(meta.mimeType.starts(with: "audio/")){
|
||||
meta.type = .audio
|
||||
}else if(url.pathExtension.lowercased()=="apk"){
|
||||
meta.type = .app
|
||||
meta.type = .androidApp
|
||||
}else{
|
||||
meta.type = .unknown
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user