Skip to content

Commit b57cc7f

Browse files
committed
Simplify ULAccountMismatchViewModel by removing isPrimaryButtonHidden and isShowingActivityIndicator
1 parent 4a62d8d commit b57cc7f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

WooCommerce/Classes/Authentication/Navigation Exceptions/ULAccountMismatchViewModel.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ protocol ULAccountMismatchViewModel {
2828
/// Provides a title for a primary action button
2929
var primaryButtonTitle: String { get }
3030

31-
/// Provides the visibility of the primary button
32-
var isPrimaryButtonHidden: AnyPublisher<Bool, Never> { get }
33-
3431
/// Provides the loading state of the primary button
3532
var isPrimaryButtonLoading: AnyPublisher<Bool, Never> { get }
3633

@@ -40,9 +37,6 @@ protocol ULAccountMismatchViewModel {
4037
/// Provides the visibility of the secondary button
4138
var isSecondaryButtonHidden: Bool { get }
4239

43-
/// Provides the visibility of the activity indicator
44-
var isShowingActivityIndicator: AnyPublisher<Bool, Never> { get }
45-
4640
/// Provides the title for the logout button
4741
var logOutButtonTitle: String { get }
4842

0 commit comments

Comments
 (0)