Merge branch 'sherpafy'
This commit is contained in:
commit
b420f0648e
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ public class MapActivityActions implements DialogProvider {
|
|||
if (getMyApplication().getLocationProvider().getLastKnownLocation() != null) {
|
||||
new ShareLocation(mapActivity).run();
|
||||
} else {
|
||||
Toast.makeText(getMyApplication(), "Location unknown", Toast.LENGTH_LONG).show();
|
||||
Toast.makeText(getMyApplication(), R.string.unknown_location, Toast.LENGTH_LONG).show();
|
||||
}
|
||||
}
|
||||
}).reg();
|
||||
|
|
Loading…
Reference in a new issue