NewPipe-app-android/app/src/main/java/org/schabi/newpipe/settings/NotificationSettingsFragmen...

10 lines
266 B
Kotlin
Raw Normal View History

package org.schabi.newpipe.settings
import android.os.Bundle
class NotificationSettingsFragment : BasePreferenceFragment() {
override fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?) {
addPreferencesFromResourceRegistry()
}
2020-10-31 21:55:45 +01:00
}