Caijinglong 7 vuotta sitten
vanhempi
commit
5bcbc505cf
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2
    1
      lib/src/ui/page/photo_preview_page.dart

+ 2
- 1
lib/src/ui/page/photo_preview_page.dart Näytä tiedosto

243
   }
243
   }
244
 
244
 
245
   Widget _buildLoadingWidget(AssetEntity entity) {
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
   void _onPageChanged(int value) {
250
   void _onPageChanged(int value) {