Fix crash

This commit is contained in:
tom79 2019-08-03 12:07:17 +02:00
parent e6fe5f59c2
commit 5aa1d43f30
1 changed files with 3 additions and 1 deletions

View File

@ -3123,7 +3123,9 @@ public class Helper {
if( url != null && url.startsWith("/")){
url = Helper.getLiveInstanceWithProtocol(context) + url;
}
if( ((Activity)context).isFinishing()){
return;
}
if( disableGif){
try {
Glide.with(imageView.getContext())