Fixed nullable parameters

This commit is contained in:
Nite 2021-10-31 16:54:37 +01:00
parent bd23f54783
commit 7c43d01f8e
No known key found for this signature in database
GPG Key ID: 1D1AD59B1C6386C1
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class SettingsFragment :
MediaSessionHandler::class.java
)
override fun onCreatePreferences(savedInstanceState: Bundle, rootKey: String) {
override fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?) {
setPreferencesFromResource(R.xml.settings, rootKey)
}