Let enterprise build be able to override (or disable) the bug report URL.
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user