hypermurea / hslpushdroid

Android native app for receiving HSL traffic disruptions
0 stars 0 forks source link

Search results disappear in landscape mode #1

Closed hypermurea closed 11 years ago

hypermurea commented 11 years ago

Reason for this can be found here: http://stackoverflow.com/questions/2620917/how-to-handle-an-asynctask-during-screen-rotation

hypermurea commented 11 years ago

Correct way to handle this is to store search results in onSaveInstanceState(), and to restore them in onCreate()

hypermurea commented 11 years ago

Fixed

hypermurea commented 11 years ago

now manifests after a search, because the same search intent is recycled and this results in previous results being cleared.