🎨 Use SizedBox.shrink instead of empty SizedBox for placeholder
This commit is contained in:
@ -11,7 +11,7 @@ class ChatCallCurrentIndicator extends StatelessWidget {
|
||||
|
||||
return Obx(() {
|
||||
if (call.current.value == null || call.channel.value == null) {
|
||||
return const SizedBox();
|
||||
return const SizedBox.shrink();
|
||||
}
|
||||
|
||||
return ListTile(
|
||||
|
Reference in New Issue
Block a user