Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1030 from cocoa-mhlw/feature/listview-animation
Browse files Browse the repository at this point in the history
Set ListView animation to false and fixed InitExposures() not being called twice at screen transition
  • Loading branch information
cocoa-dev003 authored Jun 8, 2022
2 parents 3826dad + 88a7b50 commit e5f7250
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@ ILoggerService loggerService
);
}

public override async void Initialize(INavigationParameters parameters)
{
base.Initialize(parameters);

await InitExposures();
}

public async Task InitExposures()
{
var exposures = new ObservableCollection<ExposureSummary>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
ItemsSource="{Binding Exposures}"
HasUnevenRows="True"
SeparatorVisibility="None"
ios:ListView.RowAnimationsEnabled="False"
>
<ListView.Header>
<StackLayout
Expand Down

0 comments on commit e5f7250

Please sign in to comment.