fixup! compose: details: Allow opening trackers website if available
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -41,7 +41,7 @@ class ExodusViewModel @Inject constructor(
|
|||||||
description = it.getString("description"),
|
description = it.getString("description"),
|
||||||
networkSignature = it.getString("network_signature"),
|
networkSignature = it.getString("network_signature"),
|
||||||
documentation = listOf(it.getString("documentation")),
|
documentation = listOf(it.getString("documentation")),
|
||||||
categories = listOf(it.getString("categories")),
|
categories = listOf(it.getString("categories"))
|
||||||
)
|
)
|
||||||
}.toList()
|
}.toList()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user