Skip to content
Snippets Groups Projects
Commit 1567b7ce authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Update SendCrashActivity.kt

parent c53b8080
No related branches found
No related tags found
1 merge request!204Crash sender
Pipeline #8756 passed with stage
in 27 minutes and 46 seconds
...@@ -159,7 +159,7 @@ class SendCrashActivity : AppCompatActivity(), DebugLogService.Client.Callback { ...@@ -159,7 +159,7 @@ class SendCrashActivity : AppCompatActivity(), DebugLogService.Client.Callback {
} }
override fun onDestroy() { override fun onDestroy() {
client.release() if (::client.isInitialized) client.release()
super.onDestroy() super.onDestroy()
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment