forked from organicmaps/organicmaps
compilation fixes.
This commit is contained in:
parent
2790cbdeb4
commit
cfe025eacc
2 changed files with 3 additions and 3 deletions
|
@ -332,8 +332,7 @@ public class DownloadResourcesActivity extends Activity implements LocationServi
|
|||
if (mLocationsCount == mLocationsTryCount)
|
||||
{
|
||||
findViewById(R.id.download_resources_location_progress).setVisibility(View.GONE);
|
||||
CheckBox checkBox = (CheckBox)findViewById(R.id.download_country_checkbox);
|
||||
|
||||
|
||||
Log.i(TAG, "Searching for country name at location lat=" + lat + ", lon=" + lon);
|
||||
|
||||
mCountryName = findCountryByPos(lat, lon);
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
package com.mapswithme.m
|
||||
package com.mapswithme.maps;
|
||||
|
||||
import com.mapswithme.maps.R;
|
||||
import com.mapswithme.maps.location.LocationService;
|
||||
import com.nvidia.devtech.NvEventQueueActivity;
|
||||
|
|
Loading…
Add table
Reference in a new issue