forked from Cutlery/immich
		
	Fix download asset loading indicator position (#2974)
This commit is contained in:
		
							parent
							
								
									61e5e65173
								
							
						
					
					
						commit
						f5d9826b12
					
				@ -73,9 +73,13 @@ class VideoViewerPage extends HookConsumerWidget {
 | 
			
		||||
          placeholder: placeholder,
 | 
			
		||||
        ),
 | 
			
		||||
        if (downloadAssetStatus == DownloadAssetStatus.loading)
 | 
			
		||||
          const Center(
 | 
			
		||||
          SizedBox(
 | 
			
		||||
            height: MediaQuery.of(context).size.height,
 | 
			
		||||
            width: MediaQuery.of(context).size.width,
 | 
			
		||||
            child: const Center(
 | 
			
		||||
              child: ImmichLoadingIndicator(),
 | 
			
		||||
            ),
 | 
			
		||||
          ),
 | 
			
		||||
      ],
 | 
			
		||||
    );
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user