add signer support whem replying
This commit is contained in:
@@ -579,6 +579,9 @@ fun ReplyReaction(
|
|||||||
onClick = {
|
onClick = {
|
||||||
if (accountViewModel.isWriteable()) {
|
if (accountViewModel.isWriteable()) {
|
||||||
onPress()
|
onPress()
|
||||||
|
} else {
|
||||||
|
if (PackageUtils.isAmberInstalled(context)) {
|
||||||
|
onPress()
|
||||||
} else {
|
} else {
|
||||||
scope.launch {
|
scope.launch {
|
||||||
Toast.makeText(
|
Toast.makeText(
|
||||||
@@ -589,6 +592,7 @@ fun ReplyReaction(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
) {
|
) {
|
||||||
CommentIcon(iconSize, grayTint)
|
CommentIcon(iconSize, grayTint)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user