fix : some ui bug
This commit is contained in:
@@ -47,7 +47,7 @@ class RPaginatedListView<T> extends StatelessWidget {
|
||||
}*/
|
||||
|
||||
if (resource.isLoading) {
|
||||
return loadingWidget ?? const LoadingWidget();
|
||||
return loadingWidget ?? LoadingWidget();
|
||||
}
|
||||
|
||||
if (resource.isError) {
|
||||
|
||||
@@ -23,7 +23,7 @@ export 'list_item/list_item2.dart';
|
||||
export 'list_item/list_item_with_out_number.dart';
|
||||
export 'list_row_item.dart';
|
||||
export 'list_view/list_view.dart';
|
||||
export 'loading_widget.dart';
|
||||
export 'loading/loading_widget.dart';
|
||||
// other
|
||||
export 'logo_widget.dart';
|
||||
export 'marquee/r_marquee.dart';
|
||||
|
||||
Reference in New Issue
Block a user