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-05 13:40:59 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
51f59cdc1a495b647937237be060d10b5497cee9
51f59cdc
1 parent
d0567bce
fix wallet texts
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/WalletViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/WalletViewController.swift
View file @
51f59cd
...
...
@@ -276,7 +276,7 @@ import SwiftEventBus
}
emptyImage
.
image
=
UIImage
(
named
:
"ic_empty_wallet"
,
in
:
Bundle
(
for
:
MyEmptyClass
.
self
),
compatibleWith
:
nil
)
emptyLabel
.
text
=
"Δεν έχεις κάποιον ενεργό κωδικό ή κουπόνι! Μπες τώρα στην ενότητα COSMOTE For Y
OU
και βρες αποκλειστικές προσφορές!"
emptyLabel
.
text
=
"Δεν έχεις κάποιον ενεργό κωδικό ή κουπόνι! Μπες τώρα στην ενότητα COSMOTE For Y
ou
και βρες αποκλειστικές προσφορές!"
if
(
totalCouponValue
==
0.0
&&
loyaltyBadge
.
_couponCount
==
0
&&
dfyCoupons
.
count
==
0
&&
coupons
.
count
==
0
)
{
emptyView
.
isHidden
=
false
}
else
{
...
...
Please
register
or
login
to post a comment