Skip to content

volumeosd: fix maximum volume behaviour

Yari Polla requested to merge work/skilvingr/fix-audio-osd into master

Addresses: #251 (closed).

Note: Currently AudioInfo is created in different places and its Component.onCompleted seems to get called 6 times during the entire boot process. Wouldn't it be better to declare it as a singleton (rather than a type) in mobileshellplugin?

Merge request reports