Skip to content

Commit

Permalink
Merge pull request #176 from Gamhub-io/fix/chuggy_scroll_android_feed
Browse files Browse the repository at this point in the history
FIx:  ANDROID - prevent chugging scroll
  • Loading branch information
bricefriha authored Jan 26, 2025
2 parents 0ac2bc6 + c9ce296 commit 7206def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion App/Views/BookmarkPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</BoxView>
</CollectionView.Header>
<CollectionView.ItemsLayout>
<LinearItemsLayout Orientation="Vertical" ItemSpacing="25" />
<LinearItemsLayout Orientation="Vertical"/>
</CollectionView.ItemsLayout>
<CollectionView.EmptyView>

Expand Down
2 changes: 1 addition & 1 deletion App/Views/FeedsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
</BoxView>
</CollectionView.Header>
<CollectionView.ItemsLayout>
<LinearItemsLayout Orientation="Vertical" ItemSpacing="25" />
<LinearItemsLayout Orientation="Vertical"/>
</CollectionView.ItemsLayout>
<CollectionView.EmptyView>
<ContentView x:DataType="vm:FeedsViewModel"
Expand Down

0 comments on commit 7206def

Please sign in to comment.