Skip to content

Commit

Permalink
Merge pull request #710 from seedvault-app/t-m-w-patch-1
Browse files Browse the repository at this point in the history
Fix AOSP build
  • Loading branch information
grote authored Jul 31, 2024
2 parents e7999db + a00ee0f commit 4f341d1
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 4f341d1

Please sign in to comment.