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

Update SendCrashActivity.kt

(cherry picked from commit 1567b7ce)
parent 3b1f95ee
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ class SendCrashActivity : AppCompatActivity(), DebugLogService.Client.Callback {
}
override fun onDestroy() {
client.release()
if (::client.isInitialized) client.release()
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