not needed
This commit is contained in:
parent
ccf932e982
commit
1f31ccf4cb
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ public class HelpActivity extends OsmandActionBarActivity {
|
||||||
|
|
||||||
private List<HelpMenuItem> createOtherItems() {
|
private List<HelpMenuItem> createOtherItems() {
|
||||||
ArrayList<HelpMenuItem> arrayList = new ArrayList<>();
|
ArrayList<HelpMenuItem> arrayList = new ArrayList<>();
|
||||||
String name = getActivity().getString(R.string.instalation_troubleshooting_item);
|
//String name = getActivity().getString(R.string.instalation_troubleshooting_item);
|
||||||
arrayList.add(new HelpMenuItem(R.string.instalation_troubleshooting_item, -1, -1,
|
arrayList.add(new HelpMenuItem(R.string.instalation_troubleshooting_item, -1, -1,
|
||||||
"feature_articles/installation-and-troubleshooting.html", getActivity()));
|
"feature_articles/installation-and-troubleshooting.html", getActivity()));
|
||||||
arrayList.add(new HelpMenuItem(R.string.techical_articles_item, -1, -1,
|
arrayList.add(new HelpMenuItem(R.string.techical_articles_item, -1, -1,
|
||||||
|
|
Loading…
Reference in a new issue