This commit is contained in:
xmd5a 2015-01-01 15:44:28 +03:00
commit d19d8c2b3c
4 changed files with 2 additions and 12 deletions

View file

@ -660,4 +660,5 @@
<string name="poi_water_slide">Vandrutsjebane</string>
<string name="poi_tower">Tårn</string>
<string name="poi_aquarium">Akvarie</string>
</resources>

View file

@ -642,4 +642,5 @@
<string name="poi_water_slide">워터 슬라이드</string>
<string name="poi_tower">타워</string>
<string name="poi_aquarium">아쿠아리움</string>
</resources>

View file

@ -86,12 +86,6 @@ public class FavouritesListFragment extends SherlockListFragment implements Sear
}
}
locationUpdate(location);
//This fixes the "all lists are empty when returning to the Dashboard" issue, but should likely be placed more centrally, like in MainMenuActivity?
View view = getView();
if (view != null) {
view.invalidate();
}
}
@Override

View file

@ -69,12 +69,6 @@ public class DashUpdatesFragment extends DashBaseFragment {
cancelButton = null;
}
updatedDownloadsList(BaseDownloadActivity.downloadListIndexThread.getItemsToUpdate());
//This fixes the "all lists are empty when returning to the Dashboard" issue, but should likely be placed more centrally, like in MainMenuActivity?
View view = getView();
if (view != null) {
view.invalidate();
}
}
public void updatedDownloadsList(List<IndexItem> list) {