feat(deeplink): кнопка поиска в SOVA (re.sova.five, только sideload)
This commit is contained in:
@@ -108,7 +108,11 @@ class PlayerViewModel @Inject constructor(
|
||||
}
|
||||
viewModelScope.launch {
|
||||
settingsRepository.getEnabledDeeplinkServices().collect { ids ->
|
||||
_enabledServices.value = DeeplinkService.entries.filter { it.serviceId in ids }
|
||||
_enabledServices.value = DeeplinkService.entries.filter {
|
||||
it.serviceId in ids &&
|
||||
// SOVA (сторонний мод ВК) — только в sideload-сборке.
|
||||
(com.radiola.BuildConfig.SHOW_DEV_TOOLS || it != DeeplinkService.SOVA)
|
||||
}
|
||||
}
|
||||
}
|
||||
viewModelScope.launch {
|
||||
|
||||
Reference in New Issue
Block a user