Showing
4 changed files
with
5 additions
and
2 deletions
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
| 7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>Pods-SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
| 8 | <dict> | 8 | <dict> |
| 9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
| 10 | - <integer>0</integer> | 10 | + <integer>1</integer> |
| 11 | </dict> | 11 | </dict> |
| 12 | </dict> | 12 | </dict> |
| 13 | </dict> | 13 | </dict> | ... | ... |
| ... | @@ -7,7 +7,7 @@ | ... | @@ -7,7 +7,7 @@ |
| 7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> | 7 | <key>SwiftWarplyFramework.xcscheme_^#shared#^_</key> |
| 8 | <dict> | 8 | <dict> |
| 9 | <key>orderHint</key> | 9 | <key>orderHint</key> |
| 10 | - <integer>1</integer> | 10 | + <integer>0</integer> |
| 11 | </dict> | 11 | </dict> |
| 12 | </dict> | 12 | </dict> |
| 13 | </dict> | 13 | </dict> | ... | ... |
No preview for this file type
| ... | @@ -227,6 +227,9 @@ import SwiftEventBus | ... | @@ -227,6 +227,9 @@ import SwiftEventBus |
| 227 | } else { | 227 | } else { |
| 228 | } | 228 | } |
| 229 | } | 229 | } |
| 230 | + } else if (response?.getStatus == 4) { | ||
| 231 | + self.showDialog("Αποτυχία", response?.getMsg ?? "") | ||
| 232 | + | ||
| 230 | } else { | 233 | } else { |
| 231 | self.showDialog("Αποτυχία","Κάτι πήγε στραβά") | 234 | self.showDialog("Αποτυχία","Κάτι πήγε στραβά") |
| 232 | } | 235 | } | ... | ... |
-
Please register or login to post a comment