Skip to content

Commit

Permalink
Fix check plain txt
Browse files Browse the repository at this point in the history
  • Loading branch information
seven332 committed Jul 31, 2019
1 parent 7b95bc8 commit 28eade9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/java/com/hippo/ehviewer/spider/SpiderQueen.java
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,8 @@ private boolean downloadImage(long gid, int index, String pToken, String previou
}
if (isPlainTxt) {
error = GetText.getString(R.string.error_reading_failed);
break;
forceHtml = true;
continue;
}
} finally {
if (isPipe != null) {
Expand Down

0 comments on commit 28eade9

Please sign in to comment.