准备第一次打包
This commit is contained in:
@@ -27,7 +27,7 @@ class HomePage extends StatelessWidget {
|
||||
child: GetX<TimConversationService>(
|
||||
builder: (_) {
|
||||
return _.conversationList.isEmpty
|
||||
? CustomEasyRefresh.empty()
|
||||
? CustomEasyRefresh.empty(text: '')
|
||||
: ListView.separated(
|
||||
shrinkWrap: true,
|
||||
physics: const ClampingScrollPhysics(),
|
||||
|
||||
Reference in New Issue
Block a user