mirror of
				https://github.com/pierre42100/ComunicAndroid
				synced 2025-11-04 11:34:06 +00:00 
			
		
		
		
	Fixed issue
This commit is contained in:
		@@ -47,7 +47,7 @@ public class ImageLoadManager {
 | 
			
		||||
     */
 | 
			
		||||
    public static void load(Context context, String url, ImageView imageView){
 | 
			
		||||
 | 
			
		||||
        //Initializate class if required
 | 
			
		||||
        //Initialize class if required
 | 
			
		||||
        if(!is_constructed())
 | 
			
		||||
            construct();
 | 
			
		||||
 | 
			
		||||
@@ -69,6 +69,10 @@ public class ImageLoadManager {
 | 
			
		||||
     */
 | 
			
		||||
    public static void remove(ImageView view){
 | 
			
		||||
 | 
			
		||||
        //Initialize class if required
 | 
			
		||||
        if(!is_constructed())
 | 
			
		||||
            construct();
 | 
			
		||||
 | 
			
		||||
        //Check if the view has an associated thread
 | 
			
		||||
        if(threads.containsKey(view)){
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user