post while loading button fix
This commit is contained in:
		
							parent
							
								
									3c1f23f447
								
							
						
					
					
						commit
						9a1f7d19df
					
				@ -63,7 +63,10 @@ struct RemoteImageView: View {
 | 
				
			|||||||
                Image(uiImage: image)
 | 
					                Image(uiImage: image)
 | 
				
			||||||
                    .resizable()
 | 
					                    .resizable()
 | 
				
			||||||
            } else {
 | 
					            } else {
 | 
				
			||||||
                ProgressView() // Показываем индикатор загрузки
 | 
					                ZStack {
 | 
				
			||||||
 | 
					                    Color(.systemGray5)
 | 
				
			||||||
 | 
					                    ProgressView()
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user