[and] fix for new form of url.
This commit is contained in:
parent
03e8439305
commit
c06737d4e4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue