Skip to content

Commit 3c7cf82

Browse files
authored
Merge branch 'feat/maya' into feat/maya-enter-dest-address
2 parents edab87e + 8e2a95e commit 3c7cf82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

DashWallet/Sources/UI/Buy Sell/Model/ServiceDataProvider.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ class ServiceDataProviderImpl: ServiceDataProvider {
6868
let sortedItems = nonMayaItems
6969
.sorted(by: { $0.usageCount > $1.usageCount })
7070
.sorted(by: { $0.isInUse && !$1.isInUse })
71+
+ mayaItems
7172

7273
handler?(sortedItems + mayaItems)
7374
}

0 commit comments

Comments
 (0)