mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-03 20:43:28 +02:00
add signer support whem replying
This commit is contained in:
@@ -579,6 +579,9 @@ fun ReplyReaction(
|
||||
onClick = {
|
||||
if (accountViewModel.isWriteable()) {
|
||||
onPress()
|
||||
} else {
|
||||
if (PackageUtils.isAmberInstalled(context)) {
|
||||
onPress()
|
||||
} else {
|
||||
scope.launch {
|
||||
Toast.makeText(
|
||||
@@ -589,6 +592,7 @@ fun ReplyReaction(
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
) {
|
||||
CommentIcon(iconSize, grayTint)
|
||||
}
|
||||
|
Reference in New Issue
Block a user