feat(ios): translate & continue to chat & clear history (#11347)

This commit is contained in:
Lakr
2025-04-01 18:03:48 +08:00
committed by GitHub
parent b74d40d45f
commit 032244ae61
43 changed files with 785 additions and 426 deletions
@@ -15,7 +15,7 @@ extension UIView {
}
var shouldRemovedIndices: [Int] = []
defer {
shouldRemovedIndices.sorted(by: >).forEach { index in
for index in shouldRemovedIndices.sorted(by: >) {
blockViews.remove(at: index)
}
}