mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Add comments
This commit is contained in:
parent
ea8759acdf
commit
003c33e30a
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ public class NearbyListFragment extends ListFragment implements TaskListener {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onSaveInstanceState(Bundle outInstanceState) {
|
public void onSaveInstanceState(Bundle outInstanceState) {
|
||||||
|
// See http://stackoverflow.com/questions/8942135/listview-added-dublicate-item-in-list-when-screen-orientation-changes
|
||||||
outInstanceState.putInt("value", 1);
|
outInstanceState.putInt("value", 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue