straw/app/src/main
Redirion 2e284ea3dc Fix delayed ducking of Audio
Scenario: listening to a video on NewPipe over Bluetooth and a Notification Sound causes audio focus event AUDIOFOCUS_LOSS_TRANSIENT_CAN_DUCK.

Problem: With the current implementation animateAudio would cause the audio to reach the target volume AFTER the notification sound is played, which is irritating and annoying.

Solution: animateAudio should just be used on focusGain where it is sensible to increase audio gradually. On ducking event the reaction should be immediate.

This very simple fix does this. Please approve.
2019-02-14 09:52:46 +01:00
..
assets add themes to license dialog 2017-09-22 11:07:17 +02:00
java Fix delayed ducking of Audio 2019-02-14 09:52:46 +01:00
res Fix padding in settings layout (Fixes #1866) 2019-02-08 17:33:35 -06:00
AndroidManifest.xml Merge branch 'dev' into patch-1 2019-01-28 21:19:21 +01:00