File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
WooCommerce/Classes/Authentication/Navigation Exceptions Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments