|
|
@@ -473,8 +473,7 @@ class HomePage extends BaseView<HomeController> {
|
|
|
size: 70.w,
|
|
|
image: Opacity(
|
|
|
opacity: 0.22,
|
|
|
- child: Lottie.asset(Assets.anim.animNoPhoto,
|
|
|
- repeat: true, width: 100.w, height: 100.w),
|
|
|
+ child: const CircularProgressIndicator(color: Colors.white38,)
|
|
|
),
|
|
|
// AssetEntityImage(
|
|
|
// width: 70.w,
|
|
|
@@ -574,8 +573,7 @@ class HomePage extends BaseView<HomeController> {
|
|
|
return ImageContainer(
|
|
|
image: Opacity(
|
|
|
opacity: 0.22,
|
|
|
- child: Lottie.asset(Assets.anim.animNoPhoto,
|
|
|
- repeat: true, width: 140.w, height: 140.w),
|
|
|
+ child: const CircularProgressIndicator(color: Colors.white38,),
|
|
|
),
|
|
|
size: 146.w,
|
|
|
// Image.file(
|
|
|
@@ -659,8 +657,7 @@ class HomePage extends BaseView<HomeController> {
|
|
|
child: controller.locationPhoto.value == null
|
|
|
? Opacity(
|
|
|
opacity: 0.22,
|
|
|
- child: Lottie.asset(Assets.anim.animNoPhoto,
|
|
|
- repeat: true, width: 160.w, height: 160.w),
|
|
|
+ child: const CircularProgressIndicator(color: Colors.white38,),
|
|
|
)
|
|
|
: AssetEntityImage(
|
|
|
width: 304.w,
|
|
|
@@ -725,8 +722,7 @@ class HomePage extends BaseView<HomeController> {
|
|
|
controller.screenshotPhoto.value == null
|
|
|
? Opacity(
|
|
|
opacity: 0.22,
|
|
|
- child: Lottie.asset(Assets.anim.animNoPhoto,
|
|
|
- repeat: true, width: 100.w, height: 100.w),
|
|
|
+ child: const CircularProgressIndicator(color: Colors.white38,),
|
|
|
)
|
|
|
: AssetEntityImage(
|
|
|
width: 144.w,
|
|
|
@@ -754,8 +750,7 @@ class HomePage extends BaseView<HomeController> {
|
|
|
controller.blurryPhoto.value == null
|
|
|
? Opacity(
|
|
|
opacity: 0.22,
|
|
|
- child: Lottie.asset(Assets.anim.animNoPhoto,
|
|
|
- repeat: true, width: 100.w, height: 100.w),
|
|
|
+ child: const CircularProgressIndicator(color: Colors.white38,),
|
|
|
)
|
|
|
: AssetEntityImage(
|
|
|
width: 144.w,
|