fix(android): catch exception thrown when media projection is stopped

This commit is contained in:
titus.moldovan 2021-04-22 17:03:12 +03:00 committed by Saúl Ibarra Corretgé
parent 9724bb1799
commit 527d022d63
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -14457,8 +14457,8 @@
"integrity": "sha512-iqdJ1KpZbR4XGahgVmaeibB7kDhyMT7wrylINgJaYBY38IAiI0LF32VX1umO4pko6n21YF5I/kSeNQ+OXGqqow=="
},
"react-native-webrtc": {
"version": "github:react-native-webrtc/react-native-webrtc#aa25836616cef6b8453f8025474856cdd420595e",
"from": "github:react-native-webrtc/react-native-webrtc#aa25836616cef6b8453f8025474856cdd420595e",
"version": "github:react-native-webrtc/react-native-webrtc#d58dbb5599e16f7bdc918a9f384e36946187a5d6",
"from": "github:react-native-webrtc/react-native-webrtc#d58dbb5599e16f7bdc918a9f384e36946187a5d6",
"requires": {
"base64-js": "^1.1.2",
"cross-os": "^1.3.0",

View File

@ -83,7 +83,7 @@
"react-native-svg-transformer": "0.14.3",
"react-native-url-polyfill": "1.2.0",
"react-native-watch-connectivity": "0.4.3",
"react-native-webrtc": "github:react-native-webrtc/react-native-webrtc#aa25836616cef6b8453f8025474856cdd420595e",
"react-native-webrtc": "github:react-native-webrtc/react-native-webrtc#d58dbb5599e16f7bdc918a9f384e36946187a5d6",
"react-native-webview": "11.0.2",
"react-native-youtube-iframe": "1.2.3",
"react-redux": "7.1.0",