mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-26 01:31:58 +01:00
Merge pull request #999 from believethehype/nutrendering
Show mint in cashu token rendering
This commit is contained in:
commit
b393fb042f
@ -339,6 +339,12 @@ fun CashuPreviewNew(
|
||||
fontSize = 20.sp,
|
||||
modifier = Modifier.padding(top = 5.dp),
|
||||
)
|
||||
Text(
|
||||
text = "Mint: " + token.mint.replace("https://", ""),
|
||||
fontSize = 7.sp,
|
||||
color = Color.Gray,
|
||||
modifier = Modifier.padding(start = 5.dp, bottom = 1.dp),
|
||||
)
|
||||
|
||||
Row(modifier = Modifier.padding(top = 5.dp)) {
|
||||
var isRedeeming by remember { mutableStateOf(false) }
|
||||
|
@ -824,7 +824,7 @@ private fun RenderVideoPlayer(
|
||||
}
|
||||
|
||||
AnimatedShareButton(controllerVisible, Modifier.align(Alignment.TopEnd).padding(end = Size165dp)) { popupExpanded, toggle ->
|
||||
ShareImageAction(accountViewModel = accountViewModel, popupExpanded, videoUri, null, null, null, null, nostrUriCallback, toggle)
|
||||
ShareImageAction(accountViewModel = accountViewModel, popupExpanded, videoUri, nostrUriCallback, null, null, null, mimeType, toggle)
|
||||
}
|
||||
} else {
|
||||
controller.volume = 0f
|
||||
|
Loading…
x
Reference in New Issue
Block a user