Fix conflicts

This commit is contained in:
neslihanturan 2018-03-06 20:32:28 +03:00
parent 5b88111289
commit 41494bea5b
5 changed files with 6 additions and 34 deletions

View file

@ -99,7 +99,7 @@ public class NearbyActivity extends NavigationBaseActivity implements LocationUp
@Override
public void onRefresh() {
lockNearbyView(false);
refreshView(true);
refreshView(false, LocationServiceManager.LocationChangeType.LOCATION_SIGNIFICANTLY_CHANGED);
}
});