Various fixes

This commit is contained in:
Ilya Laktyushin
2025-07-16 17:22:42 +01:00
parent ef2d93c5a0
commit 9bb46769a3
9 changed files with 35 additions and 16 deletions

View File

@@ -383,7 +383,7 @@ public final class ButtonComponent: Component {
isEnabled: Bool,
tintWhenDisabled: Bool = true,
allowActionWhenDisabled: Bool = false,
displaysProgress: Bool,
displaysProgress: Bool = false,
action: @escaping () -> Void
) {
self.background = background