stream-chat-react-native 8.12.2 → 8.12.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stream-chat-react-native",
3
3
  "description": "The official React Native SDK for Stream Chat, a service for building chat applications",
4
- "version": "8.12.2",
4
+ "version": "8.12.3",
5
5
  "homepage": "https://www.npmjs.com/package/stream-chat-react-native",
6
6
  "author": {
7
7
  "company": "Stream.io Inc",
@@ -26,7 +26,7 @@
26
26
  "dependencies": {
27
27
  "es6-symbol": "^3.1.3",
28
28
  "mime": "^4.0.7",
29
- "stream-chat-react-native-core": "8.12.2"
29
+ "stream-chat-react-native-core": "8.12.3"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@react-native-camera-roll/camera-roll": ">=7.8.0",
@@ -190,7 +190,6 @@ class _Audio {
190
190
  };
191
191
  stopRecording = async () => {
192
192
  try {
193
- if(!audioRecorderPlayer._isRecording) return;
194
193
  await audioRecorderPlayer.stopRecorder();
195
194
  audioRecorderPlayer.removeRecordBackListener();
196
195
  } catch (error) {