Skip to content

Commit

Permalink
Fix AOSP build
Browse files Browse the repository at this point in the history
  • Loading branch information
t-m-w authored Jul 31, 2024
1 parent e7999db commit a00ee0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class SchedulingFragment : PreferenceFragmentCompat(),
}
}

override fun onDisplayPreferenceDialog(preference: Preference?) {
override fun onDisplayPreferenceDialog(preference: Preference) {
when (preference) {
is ListPreference -> {
val dialogFragment = M3ListPreference.newInstance(preference.getKey())
Expand Down

0 comments on commit a00ee0f

Please sign in to comment.