diff --git a/app/views/RoomView/index.tsx b/app/views/RoomView/index.tsx index 0e6f2d4ec..771229a26 100644 --- a/app/views/RoomView/index.tsx +++ b/app/views/RoomView/index.tsx @@ -1188,6 +1188,11 @@ class RoomView extends React.Component { if ('id' in item && item.t === E2E_MESSAGE_TYPE && item.e2e !== E2E_STATUS.DONE) { name = I18n.t('Encrypted_message'); } + if (!jumpToMessageId) { + setTimeout(() => { + sendLoadingEvent({ visible: false }); + }, 300); + } return navigation.push('RoomView', { rid: this.rid, tmid: item.tmid,