ntfy-android/app/src/fdroid/java/io/heckel/ntfy/firebase/FirebaseMessenger.kt
2021-11-24 16:12:51 -05:00

12 lines
238 B
Kotlin

package io.heckel.ntfy.firebase
class FirebaseMessenger {
fun subscribe(topic: String) {
// Dummy to keep F-Droid flavor happy
}
fun unsubscribe(topic: String) {
// Dummy to keep F-Droid flavor happy
}
}