| @@ -87,6 +87,7 @@ class _InfinityViewState extends State<InfinityView> { | |||
| Expanded( | |||
| child: RefreshIndicator( | |||
| child: ListView.builder( | |||
| physics: AlwaysScrollableScrollPhysics(), | |||
| itemBuilder: (BuildContext context, int index) { | |||
| return index >= state.items.length | |||
| ? BottomLoader() | |||