Coder Social home page Coder Social logo

Comments (4)

laiyichin avatar laiyichin commented on May 24, 2024

Hi, It looks like the VolumeUiState might not be emitting correctly and is using the default value. Can you inspect to see if volume state in your audioRepository?

public val volumeUiState: StateFlow<VolumeUiState> =
volumeRepository.volumeState.map(VolumeUiStateMapper::map).stateIn(
scope = viewModelScope,
started = SharingStarted.WhileSubscribed(5000),
initialValue = VolumeUiState()
)

Alternatively, luizgrp@ has a sample app that you can try cloning and running to see if the RSB volume change is working as expected?
https://github.com/luizgrp/HorologistSimpleMediaAppGuide

from horologist.

zxzxwu avatar zxzxwu commented on May 24, 2024

volumeStates from audioRepository are reported correctly with max=15(and note that I am using com.google.android.horologist.audio.SystemAudioRepository), changes are also reflected.

from horologist.

luizgrp avatar luizgrp commented on May 24, 2024

For future reference, I could also reproduce the issue with the code from the simple media app guide using this repo after updating Horologist to 0.5.3 from 0.4.5. In 0.4.5 the issue was not present.

from horologist.

yschimke avatar yschimke commented on May 24, 2024

Such a subtle bug, I reviewed it at the time, and even looking at the PR again just thought it was fine. But using the viewModel StateFlow doesn't trigger compose state tracking.

from horologist.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.