Fix more warnings

This commit is contained in:
Ali
2021-08-05 01:42:59 +02:00
parent 194f25d4e4
commit 31bc746984
253 changed files with 914 additions and 1063 deletions

View File

@@ -119,7 +119,7 @@ public final class LocationPickerController: ViewController {
strongSelf.present(c, in: .window(.root), with: a)
}, openSettings: {
strongSelf.context.sharedContext.applicationBindings.openSettings()
}) { [weak self] authorized in
}, { [weak self] authorized in
guard let strongSelf = self, authorized else {
return
}
@@ -160,7 +160,7 @@ public final class LocationPickerController: ViewController {
])
])
strongSelf.present(controller, in: .window(.root))
}
})
}, sendVenue: { [weak self] venue in
guard let strongSelf = self else {
return