add signer support whem replying
This commit is contained in:
@@ -580,12 +580,16 @@ fun ReplyReaction(
|
|||||||
if (accountViewModel.isWriteable()) {
|
if (accountViewModel.isWriteable()) {
|
||||||
onPress()
|
onPress()
|
||||||
} else {
|
} else {
|
||||||
scope.launch {
|
if (PackageUtils.isAmberInstalled(context)) {
|
||||||
Toast.makeText(
|
onPress()
|
||||||
context,
|
} else {
|
||||||
context.getString(R.string.login_with_a_private_key_to_be_able_to_reply),
|
scope.launch {
|
||||||
Toast.LENGTH_SHORT
|
Toast.makeText(
|
||||||
).show()
|
context,
|
||||||
|
context.getString(R.string.login_with_a_private_key_to_be_able_to_reply),
|
||||||
|
Toast.LENGTH_SHORT
|
||||||
|
).show()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user