Skip to content

Commit cb07b6b

Browse files
committed
Updated loading for bars.
1 parent 9c69562 commit cb07b6b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ open class NativeSkipableLargeActionToolBarView: NativeLargeActionToolBarView {
3939
addSubview(skipButton)
4040
}
4141

42+
// MARK: - Actions
43+
44+
open override func setLoading(_ state: Bool) {
45+
super.setLoading(state)
46+
skipButton.isHidden = state
47+
}
48+
4249
// MARK: - Layout
4350

4451
open override func layoutSubviews() {

0 commit comments

Comments
 (0)