Let enterprise build be able to override (or disable) the bug report URL.

This commit is contained in:
Benoit Marty
2025-08-08 15:17:00 +02:00
parent 76849c4374
commit d7e4e00b5d
40 changed files with 266 additions and 78 deletions

View File

@@ -7,6 +7,8 @@
package io.element.android.features.rageshake.api
import kotlinx.coroutines.flow.Flow
fun interface RageshakeFeatureAvailability {
fun isAvailable(): Boolean
fun isAvailable(): Flow<Boolean>
}