From 22b97b54c7eab091d0d19b3c6600b5b7f42d3e44 Mon Sep 17 00:00:00 2001 From: Ivan Grachev Date: Wed, 4 May 2022 02:12:56 +0300 Subject: [PATCH] Clean up preferences on iOS --- Tokenary iOS/Screens/Accounts/AccountsListViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tokenary iOS/Screens/Accounts/AccountsListViewController.swift b/Tokenary iOS/Screens/Accounts/AccountsListViewController.swift index 3e58daff..5ef947ff 100644 --- a/Tokenary iOS/Screens/Accounts/AccountsListViewController.swift +++ b/Tokenary iOS/Screens/Accounts/AccountsListViewController.swift @@ -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)