Merge pull request #8893 from osmandapp/Fix_8869

Fix #8869
This commit is contained in:
vshcherb 2020-05-05 15:18:45 +02:00 committed by GitHub
commit 2634d37225
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ public class ShowHidePoiAction extends QuickAction {
public static final QuickActionType TYPE = new QuickActionType(5,
"poi.showhide", ShowHidePoiAction.class).
nameRes(R.string.quick_action_showhide_poi_title).iconRes(R.drawable.ic_action_gabout_dark).nonEditable().
nameRes(R.string.quick_action_showhide_poi_title).iconRes(R.drawable.ic_action_gabout_dark).
category(QuickActionType.CONFIGURE_MAP);