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