[FIX] Read receipt icon on action sheet (#2237)
This commit is contained in:
parent
4def17c2e9
commit
bf63014a6a
|
@ -333,7 +333,7 @@ const MessageActions = React.memo(forwardRef(({
|
||||||
if (Message_Read_Receipt_Store_Users) {
|
if (Message_Read_Receipt_Store_Users) {
|
||||||
options.push({
|
options.push({
|
||||||
title: I18n.t('Read_Receipt'),
|
title: I18n.t('Read_Receipt'),
|
||||||
icon: 'receipt',
|
icon: 'info',
|
||||||
onPress: () => handleReadReceipt(message)
|
onPress: () => handleReadReceipt(message)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue