Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2016-01-01 17:25:26 +01:00
commit c7fc170086

View file

@ -35,6 +35,11 @@ public class MyLocationMenuController extends MenuController {
return getMapActivity().getString(R.string.shared_string_location);
}
@Override
public boolean needStreetName() {
return true;
}
@Override
public Drawable getLeftIcon() {
ApplicationMode appMode = getMapActivity().getMyApplication().getSettings().getApplicationMode();