mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-05 07:27:42 +02:00
Update Riot/Modules/Common/Models/Section.swift
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
This commit is contained in:
@@ -43,7 +43,7 @@ final class Section: NSObject {
|
||||
|
||||
func addRows(withCount count: Int) {
|
||||
for i in 0..<count {
|
||||
addRow(Row.row(withTag: i))
|
||||
addRow(withTag: i)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user