Commit ac75852
authored
dont throw on activity will crash
In case we end up here and the promise already resolved dont throw or the app will crash with an error like this:
```
Activity {com.elichens.outdoorapp/com.proyecto26.inappbrowser.ChromeTabsManagerActivity} did not call through to super.onDestroy()
```
I am not exactly sure when this could happen but i got that error on sentry and for sure the error comes from here.1 parent 0450e8e commit ac75852
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| |||
0 commit comments