Android: Fix Rescheduling pop back calendar (#8810) (#8820)

(cherry picked from commit 38f6011caf)

Co-authored-by: Rajat Dabade <rajatdabade1997@gmail.com>
This commit is contained in:
Mattermost Build 2025-04-29 16:48:38 +03:00 committed by GitHub
parent 0189ad7840
commit 381c713035
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,7 +87,6 @@ const RescheduledDraft: React.FC<Props> = ({
type: MESSAGE_TYPE.ERROR,
});
} else {
setIsUpdating(false);
onClose();
}
}, [intl, onClose]);