NewPipe/app/src/main/java/org/schabi/newpipe/settings/PlayerNotificationSettingsF...

10 lines
272 B
Kotlin

package org.schabi.newpipe.settings
import android.os.Bundle
class PlayerNotificationSettingsFragment : BasePreferenceFragment() {
override fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?) {
addPreferencesFromResourceRegistry()
}
}