ntfy-android/app/src/fdroid/java/io/heckel/ntfy/firebase/FirebaseMessenger.kt

12 lines
238 B
Kotlin
Raw Normal View History

2021-11-25 10:12:51 +13:00
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
}
}