We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c46459 commit 0312896Copy full SHA for 0312896
app/src/main/java/to/bitkit/ui/screens/wallets/activity/ActivityDetailScreen.kt
@@ -411,6 +411,7 @@ private fun ActivityDetailContent(
411
text = stringResource(R.string.wallet__activity_assign),
412
size = ButtonSize.Small,
413
onClick = { /* TODO: Implement assign functionality */ },
414
+ enabled = !isSelfSend,
415
icon = {
416
Icon(
417
painter = painterResource(R.drawable.ic_user_plus),
0 commit comments