Skip to content

Commit 5abb622

Browse files
author
liuchuancong
committed
fix(avatar)
1 parent 422efcf commit 5abb622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/modules/live_play/live_play_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class LivePlayPage extends GetView<LivePlayController> {
9797
children: [
9898
Obx(
9999
() => CircleAvatar(
100-
foregroundImage: controller.detail.value!.avatar == null
100+
foregroundImage: controller.detail.value!.avatar == null || controller.detail.value!.avatar!.isEmpty
101101
? null
102102
: NetworkImage(controller.detail.value!.avatar!),
103103
radius: 13,

0 commit comments

Comments
 (0)