1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-25 06:33:21 +00:00
NewPipe/app/src/main/java/org/schabi/newpipe/settings/NotificationSettingsFragment.kt
2022-07-13 19:02:24 +02:00

10 lines
266 B
Kotlin

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