Fix compilation error
This commit is contained in:
parent
aa3d30d7a0
commit
905afe8a2a
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ public class WikivoyageSearchDialogFragment extends WikiBaseDialogFragment {
|
||||||
} else if (item instanceof WikivoyageSearchHistoryItem) {
|
} else if (item instanceof WikivoyageSearchHistoryItem) {
|
||||||
WikivoyageSearchHistoryItem historyItem = (WikivoyageSearchHistoryItem) item;
|
WikivoyageSearchHistoryItem historyItem = (WikivoyageSearchHistoryItem) item;
|
||||||
WikivoyageArticleDialogFragment
|
WikivoyageArticleDialogFragment
|
||||||
.showInstance(app, fm, historyItem.getCityId(), historyItem.getLang());
|
.showInstance(app, fm, historyItem.getArticleTitle(), historyItem.getLang());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue