Skip to content

Commit

Permalink
Fix plain txt checking
Browse files Browse the repository at this point in the history
  • Loading branch information
seven332 committed Aug 7, 2019
1 parent d72f686 commit 92f7161
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1283,6 +1283,7 @@ private boolean downloadImage(long gid, int index, String pToken, String previou
}
if (b > 126) {
isPlainTxt = false;
break;
}
}
if (isPlainTxt) {
Expand Down

0 comments on commit 92f7161

Please sign in to comment.