diff --git a/Forms/Views/SongPage.xaml b/Forms/Views/SongPage.xaml index 5b1d3f21..4ffe2bb5 100644 --- a/Forms/Views/SongPage.xaml +++ b/Forms/Views/SongPage.xaml @@ -27,7 +27,6 @@ 1024 724 -352 - 2048 @@ -43,22 +42,15 @@ - - diff --git a/Forms/Views/SongPage.xaml.cs b/Forms/Views/SongPage.xaml.cs index add1c4ae..18a00a1e 100644 --- a/Forms/Views/SongPage.xaml.cs +++ b/Forms/Views/SongPage.xaml.cs @@ -327,13 +327,6 @@ void SetScorePage(uint index) { return App.MediaLoader.LoadNotation(Media, score, index); }); - if (index + 1 < score.PageCount) - { - ScoreImagePad.Source = ImageSource.FromStream(() => - { - return App.MediaLoader.LoadNotation(Media, score, index + 1); - }); - } } private void BackButton_Clicked(object sender, EventArgs e)