diff --git a/components/ConversationListItem.tsx b/components/ConversationListItem.tsx index 3d1fdddaf..faa090f5d 100644 --- a/components/ConversationListItem.tsx +++ b/components/ConversationListItem.tsx @@ -121,10 +121,11 @@ const ConversationListItem = memo(function ConversationListItem({ includeCreator: false, includeAddedBy: false, }); + // Take the user back to wherever the conversation was restored "to" + // https://github.com/ephemeraHQ/converse-app/issues/315#issuecomment-2312903441 + navigation.pop(2); }, - [translate("cancel")]: () => { - return null; - }, + [translate("cancel")]: () => {}, }; const options = Object.keys(methods);