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

@@ -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
}