Let enterprise build be able to override (or disable) the bug report URL.
This commit is contained in:
parent
76849c4374
commit
d7e4e00b5d
40 changed files with 266 additions and 78 deletions
|
|
@ -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>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue