mirror of
https://github.com/lil-org/tokenary.git
synced 2025-01-07 14:10:28 +03:00
Clean up preferences on iOS
This commit is contained in:
parent
279e487805
commit
22b97b54c7
@ -187,7 +187,7 @@ class AccountsListViewController: UIViewController, DataStateContainer {
|
||||
}
|
||||
|
||||
@objc private func preferencesButtonTapped() {
|
||||
let actionSheet = UIAlertController(title: "❤️ " + Strings.tokenary + " ❤️", message: "Show love 4269.eth", preferredStyle: .actionSheet)
|
||||
let actionSheet = UIAlertController(title: "❤️ " + Strings.tokenary + " ❤️", message: nil, preferredStyle: .actionSheet)
|
||||
actionSheet.popoverPresentationController?.barButtonItem = preferencesItem
|
||||
let twitterAction = UIAlertAction(title: Strings.viewOnTwitter, style: .default) { _ in
|
||||
UIApplication.shared.open(URL.twitter)
|
||||
|
Loading…
Reference in New Issue
Block a user