move notification to after the change

This commit is contained in:
Chris Cochrun 2023-09-12 06:38:53 -05:00
parent 332069d2ca
commit daf8511081

View file

@ -204,8 +204,8 @@ Item {
} }
function playAudio() { function playAudio() {
showPassiveNotification("Audio should change");
audio.loadFile(audioSource.toString()); audio.loadFile(audioSource.toString());
showPassiveNotification("Audio should change");
} }
function stopAudio() { function stopAudio() {