Various improvements

This commit is contained in:
Ilya Laktyushin 2026-03-22 16:59:07 +01:00
parent 6fd65e6d26
commit 61e174fd9e

View file

@ -461,9 +461,6 @@ public class AttachmentFileControllerImpl: ItemListController, AttachmentFileCon
}
public func shouldDismissImmediately() -> Bool {
if self.hasBottomEdgeEffect {
self.onDismissImpl()
}
return true
}