BeanDirt / LivePaper

LivePaper for Android
1 stars 0 forks source link

Switch between purchased collections #29

Closed ghost closed 13 years ago

ghost commented 13 years ago

Right now the photos are loaded into the wallpaper when the BitmapManager is instantiated, so if we go in and change the active colleciton in the settings, the BitmapManager does not get re-instantiated. This is the problem, the solution could be one of two: reinstantiate the bitmap manager on setting changed, OR, make sure that the photos are being pulled in at a different time.