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
2022-09-30 11:04:40 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
961693e9081c10f7ba186a0f7754a0bdc686c85b
961693e9
1 parent
3cf9e232
fix ShareVC popup texts
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/ShareViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/ShareViewController.swift
View file @
961693e
...
...
@@ -261,7 +261,7 @@ import SwiftEventBus
// MARK: - Actions
@IBAction
func
redeemButtomAction
(
_
sender
:
Any
)
{
if
(
selectedNumber
==
""
||
numberTextField
.
text
==
""
)
{
self
.
showDialog
(
"Αποτυχία
"
,
"Τα πεδία δεν είναι σωστά
"
)
self
.
showDialog
(
"Αποτυχία
αποστολής"
,
"Παρακαλούμε συμπλήρωσε σωστά τα πεδία.
"
)
}
else
{
self
.
showSendDialog
()
}
...
...
Please
register
or
login
to post a comment