Skip to content
Snippets Groups Projects
Commit 37313550 authored by Philipp Woessner's avatar Philipp Woessner
Browse files

ktlint fixes

parent 1fc6e187
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ class MainFragment : Fragment() {
super.onViewCreated(view, savedInstanceState)
setButtonOnClickListener()
setContentDescription()
showOneTimeTracingExplanationDialog()
}
......@@ -184,7 +184,6 @@ class MainFragment : Fragment() {
// check if the dialog explaining the tracing time was already shown
if (!LocalData.tracingExplanationDialogWasShown()) {
val activity = this.requireActivity()
lifecycleScope.launch {
......
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