Skip to content
Snippets Groups Projects
Commit 58ba9ca9 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy Committed by Geoffrey Métais
Browse files

Fix UninitializedPropertyAccessException

(cherry picked from commit 332d88b4)
parent 54948a6f
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ class DebugLogActivity : FragmentActivity(), DebugLogService.Client.Callback {
override fun onLog(msg: String) {
logList.add(msg)
logAdapter.notifyDataSetChanged()
if (::logAdapter.isInitialized) logAdapter.notifyDataSetChanged()
setOptionsButtonsEnabled(true)
}
......
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