[and] fix for new form of url.

This commit is contained in:
d-kunin 2013-08-06 21:25:07 +03:00
parent 03e8439305
commit c06737d4e4

View file

@ -6,7 +6,7 @@ public class AssetsArticlePathFinder implements ArticlePathFinder
@Override
public String getPath(ArticleInfo info)
{
String pathInAssets = "file:///android_asset/" + info.getArticleId() + ".html";
String pathInAssets = "file:///android_asset/" + info.getArticleId();
return pathInAssets;
}