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
2023-01-17 12:04:20 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
57fcef8a51517029ed61dd745871504da1b14a4c
57fcef8a
1 parent
ddf13914
fix sharing texts
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
View file @
57fcef8
...
...
@@ -3490,7 +3490,7 @@ public class swiftApi {
func
acceptSharingDialog
(
_
controller
:
UIViewController
)
->
Void
{
let
alert
=
UIAlertController
(
title
:
"Συγχαρητήρια!"
,
message
:
"Το δώρο σου ενεργοποιήθηκε επιτυχώς!"
,
preferredStyle
:
.
alert
)
let
alert
=
UIAlertController
(
title
:
"Συγχαρητήρια!"
,
message
:
"Το δώρο σου ενεργοποιήθηκε επιτυχώς
στο My Rewards
!"
,
preferredStyle
:
.
alert
)
alert
.
addAction
(
UIAlertAction
(
title
:
"OK"
,
style
:
.
default
,
handler
:
{
action
in
switch
action
.
style
{
case
.
default
:
...
...
Please
register
or
login
to post a comment