minor bug with audio.getVolume

I just discovered a very subtle bug with audio.getVolume. When the app is suspended it returns -1

Now that situation is so rare that it’s probably not worth fixing, but fyi. I was reading that value on exit in order to save it, and I noticed the value was wrong if the app exits while suspended. [import]uid: 12108 topic_id: 8015 reply_id: 308015[/import]

I think the audio system is supposed to suspend after you get the suspend event callback and resume before you get the resume event callback. So you are not supposed to be able to query it when suspended.

Would you submit a bug report with a simple reproducible test case and say which platforms and builds this happens on?
[import]uid: 7563 topic_id: 8015 reply_id: 107963[/import]