Fix on token image saving in Android Downloader
This commit is contained in:
@@ -1592,6 +1592,8 @@ public class ImgDownloader {
|
||||
}
|
||||
continue;
|
||||
}
|
||||
if(id.endsWith("t"))
|
||||
continue;
|
||||
Document doc = null;
|
||||
try {
|
||||
doc = Jsoup.connect(baseurl + id).get();
|
||||
|
||||
Reference in New Issue
Block a user