Skip to content

Commit

Permalink
News Pgae - iOS | remove header
Browse files Browse the repository at this point in the history
  • Loading branch information
bricefriha committed Jan 22, 2025
1 parent 9864a2c commit 9f907de
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions App/Views/NewsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,7 @@
RemainingItemsThresholdReachedCommand="{Binding RefreshBottomCommand}"
Margin="8,0"
>
<CollectionView.Header>
<BoxView Margin="0">
<BoxView.HeightRequest>
<OnPlatform x:TypeArguments="x:Double">
<On Platform="Android" Value="0"/>
<On Platform="iOS" Value="75"/>
</OnPlatform>
</BoxView.HeightRequest>
</BoxView>
</CollectionView.Header>

<CollectionView.Footer>
<Grid>
<ActivityIndicator Color="{StaticResource Primary}"
Expand Down

0 comments on commit 9f907de

Please sign in to comment.