mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Changed to refreshView
This commit is contained in:
parent
7a50a7dbdf
commit
f96169baa7
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ public class NearbyActivity extends NavigationBaseActivity implements LocationUp
|
||||||
super.onResume();
|
super.onResume();
|
||||||
lockNearbyView = false;
|
lockNearbyView = false;
|
||||||
checkGps();
|
checkGps();
|
||||||
setupPlaceList(this);
|
refreshView(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void refreshView(boolean isHardRefresh) {
|
private void refreshView(boolean isHardRefresh) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue