Wallet: force English and use case-insensitive comparison in words check

This commit is contained in:
Ilya Laktyushin
2019-09-25 01:19:45 +03:00
parent a5a4467fb1
commit 4d5f28aa4c
2 changed files with 4 additions and 3 deletions

View File

@@ -858,7 +858,7 @@ func settingsSearchableItems(context: AccountContext, notificationExceptionsList
})
allItems.append(passport)
if hasWallet {
if true || hasWallet {
let wallet = SettingsSearchableItem(id: .wallet(0), title: "Wallet", alternate: synonyms("Wallet"), icon: .passport, breadcrumbs: [], present: { context, _, present in
openWallet(context: context, push: { c in
present(.push, c)