Scottish-Tech-Army / Soundscape-Android

This is the source for an Android version of the original iOS Soundscape app
https://scottish-tech-army.github.io/Soundscape-Android/
Other
3 stars 2 forks source link

Remove double service start #105

Closed davecraig closed 2 months ago

davecraig commented 2 months ago

A stray checkAndRequestNotificationPermissions was left in that resulted in the Soundscape service being started twice. That didn't have too much impact except when running teleport where it resulted in the orientation listener being registered twice. Removing the call resolves the issue.