Merge branch 'master' of https://github.com/osmandapp/Osmand
This commit is contained in:
commit
d19d8c2b3c
4 changed files with 2 additions and 12 deletions
|
@ -660,4 +660,5 @@
|
||||||
<string name="poi_water_slide">Vandrutsjebane</string>
|
<string name="poi_water_slide">Vandrutsjebane</string>
|
||||||
|
|
||||||
<string name="poi_tower">Tårn</string>
|
<string name="poi_tower">Tårn</string>
|
||||||
|
<string name="poi_aquarium">Akvarie</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -642,4 +642,5 @@
|
||||||
<string name="poi_water_slide">워터 슬라이드</string>
|
<string name="poi_water_slide">워터 슬라이드</string>
|
||||||
|
|
||||||
<string name="poi_tower">타워</string>
|
<string name="poi_tower">타워</string>
|
||||||
|
<string name="poi_aquarium">아쿠아리움</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -86,12 +86,6 @@ public class FavouritesListFragment extends SherlockListFragment implements Sear
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
locationUpdate(location);
|
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
|
@Override
|
||||||
|
|
|
@ -69,12 +69,6 @@ public class DashUpdatesFragment extends DashBaseFragment {
|
||||||
cancelButton = null;
|
cancelButton = null;
|
||||||
}
|
}
|
||||||
updatedDownloadsList(BaseDownloadActivity.downloadListIndexThread.getItemsToUpdate());
|
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) {
|
public void updatedDownloadsList(List<IndexItem> list) {
|
||||||
|
|
Loading…
Reference in a new issue