Skip to content

Commit

Permalink
Remove the library that causing the foreground permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vk92257 committed Jul 11, 2024
1 parent 89130fe commit a14e702
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,6 @@ data class IvyCurrency(
name = "Tron",
isCrypto = true
),
IvyCurrency(
code = "TON",
name = "Tonchain",
isCrypto = true
),
)

fun getAvailable(): List<IvyCurrency> {
Expand Down

0 comments on commit a14e702

Please sign in to comment.