Commit 2ec02bde authored by Mygod's avatar Mygod

Refine code style

parent 7ab3eb34
......@@ -99,7 +99,7 @@ class BottomSheetPreferenceDialogFragment : PreferenceDialogFragmentCompat() {
}
fun setArg(key: String) {
arguments = bundleOf(PreferenceDialogFragmentCompat.ARG_KEY to key)
arguments = bundleOf(ARG_KEY to key)
}
private val preference by lazy { getPreference() as IconListPreference }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment