markfguerra / GLWallpaperService

Please submit issues and pull requests to the main repository
https://github.com/GLWallpaperService/GLWallpaperService
Apache License 2.0
218 stars 114 forks source link

onSharedPreferenceChanged doesn't fire #14

Closed b1naryatr0phy closed 13 years ago

b1naryatr0phy commented 13 years ago

It appears onSharedPreferenceChanged does not fire, has anyone else encountered this issue?

For example, with the standard WallpaperService, onSharedPreferenceChanged executes when the wallpaper is first loaded, and also whenever any preferences are changed. With GLWallpaperService however, it refuses to call, ever.

b1naryatr0phy commented 13 years ago

Figured it out, I wasn't implementing the onSharedPreferencesChangeListener in the Engine class. That resolved the issue for me.