compilation fixes.

This commit is contained in:
rachytski 2012-05-21 19:12:50 +04:00 committed by Alex Zolotarev
parent 2790cbdeb4
commit cfe025eacc
2 changed files with 3 additions and 3 deletions

View file

@ -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);

View file

@ -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;