mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix more warnings
This commit is contained in:
@@ -514,7 +514,7 @@ final class LocationPickerControllerNode: ViewControllerTracingNode, CLLocationM
|
||||
entries.append(.attribution(presentationData.theme, attribution))
|
||||
}
|
||||
} else {
|
||||
for i in 0 ..< 8 {
|
||||
for _ in 0 ..< 8 {
|
||||
entries.append(.venue(presentationData.theme, nil, index))
|
||||
index += 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user