|
@@ -228,7 +228,9 @@ class SettingsReaderController : SettingsController() {
|
|
key = Keys.readWithVolumeKeysInverted
|
|
key = Keys.readWithVolumeKeysInverted
|
|
titleRes = R.string.pref_read_with_volume_keys_inverted
|
|
titleRes = R.string.pref_read_with_volume_keys_inverted
|
|
defaultValue = false
|
|
defaultValue = false
|
|
- }.apply { dependency = Keys.readWithVolumeKeys }
|
|
|
|
|
|
+
|
|
|
|
+ preferences.readWithVolumeKeys().asImmediateFlow { isVisible = it }.launchIn(scope)
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|