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

SendCrashActivity: fix crash on leave

(cherry picked from commit a343a2a8)
parent 020ee091
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