Fix crash

This commit is contained in:
tom79 2019-08-03 19:25:31 +02:00
parent 5aa1d43f30
commit 73be232d66
1 changed files with 1 additions and 1 deletions

View File

@ -3123,7 +3123,7 @@ public class Helper {
if( url != null && url.startsWith("/")){
url = Helper.getLiveInstanceWithProtocol(context) + url;
}
if( ((Activity)context).isFinishing()){
if( !(context instanceof MainApplication) && ((Activity)context).isFinishing()){
return;
}
if( disableGif){