Skip to content
Snippets Groups Projects
Verified Commit 556d1e30 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Code cleanup

parent fccc496d
Branches
Tags
No related merge requests found
Pipeline #466 passed
......@@ -34,7 +34,7 @@ class ClientSettingsActivity : SettingsActivity(ClientSettingsFragment()),
is ListPreference -> {
val f = ListPreferenceDialogFragmentCompat.newInstance(pref.getKey())
f.setTargetFragment(fragment, 0)
f.show(supportFragmentManager!!, DIALOG_FRAGMENT_TAG)
f.show(supportFragmentManager, DIALOG_FRAGMENT_TAG)
true
}
else -> false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment