Skip to content

Commit 9c69562

Browse files
committed
Fixed loading.
1 parent 83ba2be commit 9c69562

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

Sources/NativeUIKit/Bars/ToolBar/LargeAction/NativeLargeSmallActionToolBarView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ open class NativeLargeSmallActionToolBarView: NativeLargeActionToolBarView {
4242
// MARK: - Actions
4343

4444
open override func setLoading(_ state: Bool) {
45+
super.setLoading(state)
4546
secondActionButton.isHidden = state
4647
}
4748

0 commit comments

Comments
 (0)