mirror of
https://github.com/lil-org/tokenary.git
synced 2024-12-14 14:40:20 +03:00
Add tips ens
This commit is contained in:
parent
9780a8a1a5
commit
ead2c382ea
@ -264,7 +264,7 @@ class AccountsListViewController: UIViewController, DataStateContainer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@objc private func preferencesButtonTapped() {
|
@objc private func preferencesButtonTapped() {
|
||||||
let actionSheet = UIAlertController(title: "❤️ " + Strings.tokenary + " ❤️", message: nil, preferredStyle: .actionSheet)
|
let actionSheet = UIAlertController(title: "❤️ " + Strings.tokenary + " ❤️", message: "Show love 4269.eth", preferredStyle: .actionSheet)
|
||||||
let twitterAction = UIAlertAction(title: Strings.viewOnTwitter, style: .default) { _ in
|
let twitterAction = UIAlertAction(title: Strings.viewOnTwitter, style: .default) { _ in
|
||||||
UIApplication.shared.open(URL.twitter)
|
UIApplication.shared.open(URL.twitter)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user