Various theming fixes

This commit is contained in:
Ilya Laktyushin
2019-12-16 10:33:16 +04:00
parent 26f89fedef
commit 62ae89d18b
29 changed files with 302 additions and 174 deletions

View File

@@ -196,13 +196,7 @@ public final class LocationPickerController: ViewController {
guard let strongSelf = self else {
return
}
strongSelf.controllerNode.updateState { state in
var state = state
state.displayingMapModeOptions = false
state.selectedLocation = .none
state.searchingVenuesAround = false
return state
}
strongSelf.controllerNode.goToUserLocation()
}, goToCoordinate: { [weak self] coordinate in
guard let strongSelf = self else {
return