We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c558e9 commit 4dcdb7eCopy full SHA for 4dcdb7e
packages/uikit-react-native/src/fragments/createGroupChannelFragment.tsx
@@ -121,7 +121,6 @@ const createGroupChannelFragment = (initModule?: Partial<GroupChannelModule>): G
121
await recorderService.reset().catch(() => {});
122
};
123
const _onPressHeaderLeft = useFreshCallback(async () => {
124
- voiceMessageStatusManager.clear();
125
await onBlurFragment();
126
onPressHeaderLeft();
127
});
@@ -144,6 +143,7 @@ const createGroupChannelFragment = (initModule?: Partial<GroupChannelModule>): G
144
143
145
useEffect(() => {
146
return () => {
+ voiceMessageStatusManager.clear();
147
onBlurFragment();
148
149
}, []);
0 commit comments