0

I noticed that in my app when I start a new activity from my ListActivity the scroll position does not get saved when I return to the ListActivity. I am automatically brought to the top of the list. However, the position of my ListView is automatically saved on my new 4.0 and above devices. Is this a known issue or would it be something I am doing within my application?

4

1 回答 1

0

发现出了什么问题。在我的 onResume 中,我正在修改列表视图的抖动设置,这导致它无法保存滚动位置。我删除了它,它工作正常。不知道为什么它可以在较新的设备上运行:(如果有人有任何想法,请告诉我。

于 2012-11-06T20:02:31.627 回答