You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(crash): Check for internet before showing crash dialog
This commit refactors the `CrashReportActivity` to first check for an internet connection before displaying the crash report dialog to the user.
If no internet is available, the activity will now finish immediately, preventing the user from seeing a dialog for an action that cannot be completed. The call to `sendCrashReportNative()` has also been removed.
0 commit comments