We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 422efcf commit 5abb622Copy full SHA for 5abb622
1 file changed
lib/modules/live_play/live_play_page.dart
@@ -97,7 +97,7 @@ class LivePlayPage extends GetView<LivePlayController> {
97
children: [
98
Obx(
99
() => CircleAvatar(
100
- foregroundImage: controller.detail.value!.avatar == null
+ foregroundImage: controller.detail.value!.avatar == null || controller.detail.value!.avatar!.isEmpty
101
? null
102
: NetworkImage(controller.detail.value!.avatar!),
103
radius: 13,
0 commit comments