forked from organicmaps/organicmaps
[android] Use enable_location_services string for toast.
This commit is contained in:
parent
f6143accab
commit
9344565835
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ public class MwmActivity extends BaseMwmFragmentActivity
|
|||
if (PermissionsUtils.isLocationExplanationNeeded(MwmActivity.this))
|
||||
PermissionsUtils.requestLocationPermission(MwmActivity.this, LOCATION_REQUEST);
|
||||
else
|
||||
Toast.makeText(MwmActivity.this, R.string.location_permission_denied, Toast.LENGTH_SHORT)
|
||||
Toast.makeText(MwmActivity.this, R.string.enable_location_services, Toast.LENGTH_SHORT)
|
||||
.show();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue