mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 14:08:55 +08:00
feat(ios): translate & continue to chat & clear history (#11347)
This commit is contained in:
+1
-1
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user