Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes save preset button not showing up sometimes #175

Merged
merged 3 commits into from
May 22, 2020

Conversation

ashutoshgngwr
Copy link
Member

The save preset button in the Sound library would not show when a saved preset was played and then volume or time period of a sound was readjusted. This is not the intended behavior.

Changes

  • Send update events for volume and time period updates from PlaybackManager
  • Handle the update events in SoundLibraryFragment so they don't mess with on-going seek action by the user

Testing

  • Tested on a physical device
  • Added or modified unit test cases

Others

@ashutoshgngwr ashutoshgngwr merged commit a4c2647 into 0.7.x May 22, 2020
@ashutoshgngwr ashutoshgngwr deleted the fix/save-preset-button branch May 22, 2020 19:07
@ashutoshgngwr ashutoshgngwr added this to the 0.7.x milestone May 27, 2020
ashutoshgngwr added a commit that referenced this pull request Sep 3, 2020
the move from SeekBar to Slider UI component reintroduced
the bug resolved in #175. This was an oversight due to
API differenced and could have been prevented if I had
added the test-case for this specific scenario. Now it's
and this bug shouldn't find its way into the app again.
@ashutoshgngwr ashutoshgngwr mentioned this pull request Sep 4, 2020
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant