| 
				
			 | 
			
			
				@@ -243,7 +243,8 @@ class _PhotoPreviewPageState extends State<PhotoPreviewPage> { 
			 | 
		
	
		
			
			| 
				243
			 | 
			
				243
			 | 
			
			
				   } 
			 | 
		
	
		
			
			| 
				244
			 | 
			
				244
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				245
			 | 
			
				245
			 | 
			
			
				   Widget _buildLoadingWidget(AssetEntity entity) { 
			 | 
		
	
		
			
			| 
				246
			 | 
			
				
			 | 
			
			
				-    return options.loadingDelegate.buildBigImageLoading(context, entity, themeColor); 
			 | 
		
	
		
			
			| 
				
			 | 
			
				246
			 | 
			
			
				+    return options.loadingDelegate 
			 | 
		
	
		
			
			| 
				
			 | 
			
				247
			 | 
			
			
				+        .buildBigImageLoading(context, entity, themeColor); 
			 | 
		
	
		
			
			| 
				247
			 | 
			
				248
			 | 
			
			
				   } 
			 | 
		
	
		
			
			| 
				248
			 | 
			
				249
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				249
			 | 
			
				250
			 | 
			
			
				   void _onPageChanged(int value) { 
			 |