Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2024-11-01 17:27:42 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
27c7d859846a530e630e1ceb6da9851ad914e0ac
27c7d859
1 parent
e89bc5a4
fix handleSubmitButtonVisible at UnifiedCouponsViewController
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/UnifiedCouponsViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/UnifiedCouponsViewController.swift
View file @
27c7d85
...
...
@@ -234,7 +234,6 @@ import SwiftEventBus
func
handleSubmitButtonVisible
()
{
if
(
self
.
smCoupons
.
count
>
0
)
{
submitButton
.
isEnabled
=
true
submitButton
.
isHidden
=
false
submitButtonHeight
.
constant
=
55
...
...
Please
register
or
login
to post a comment