frakbot / FWeather

A weather widget for Android based upon Tobias van Scheider's Authentic Weather design.
https://play.google.com/store/apps/details?id=net.frakbot.FWeather
92 stars 34 forks source link

Can't restore instance state #28

Closed rock3r closed 11 years ago

rock3r commented 11 years ago

The launcher can't resume the widget instance state when switching from Loading layout to normal layout, because they share the img_weathericon ID but on two different Views (ProgressBar and ImageView respectively) so there is some kind if casting exception.

Not high priority, everything still works on all test devices.