[FIX] Read receipt icon on action sheet (#2237)

This commit is contained in:
Djorkaeff Alexandre 2020-07-02 14:06:57 -03:00 committed by GitHub
parent 4def17c2e9
commit bf63014a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ const MessageActions = React.memo(forwardRef(({
if (Message_Read_Receipt_Store_Users) {
options.push({
title: I18n.t('Read_Receipt'),
icon: 'receipt',
icon: 'info',
onPress: () => handleReadReceipt(message)
});
}