Android: Fix Rescheduling pop back calendar (#8810)

This commit is contained in:
Rajat Dabade 2025-04-29 18:04:32 +05:30 committed by GitHub
parent f963855875
commit 38f6011caf
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]);