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
|
|
@ -83,7 +83,7 @@ class PreferencesRootPresenter @Inject constructor(
|
|||
var canDeactivateAccount by remember {
|
||||
mutableStateOf(false)
|
||||
}
|
||||
val canReportBug = remember { rageshakeFeatureAvailability.isAvailable() }
|
||||
val canReportBug by remember { rageshakeFeatureAvailability.isAvailable() }.collectAsState(false)
|
||||
LaunchedEffect(Unit) {
|
||||
canDeactivateAccount = matrixClient.canDeactivateAccount()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue