动态发布
This commit is contained in:
@@ -15,8 +15,9 @@ class MomentsPage extends StatelessWidget {
|
||||
final ctrl = MomentController.to;
|
||||
return Scaffold(
|
||||
body: Padding(
|
||||
padding:
|
||||
EdgeInsets.only(bottom: MediaQuery.of(context).viewPadding.bottom),
|
||||
padding: EdgeInsets.only(
|
||||
bottom: MediaQuery.of(context).viewPadding.bottom,
|
||||
),
|
||||
child: EasyRefresh.custom(
|
||||
scrollController: ctrl.scrollController,
|
||||
controller: ctrl.refreshController,
|
||||
|
||||
Reference in New Issue
Block a user