Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Feb 4, 2024
1 parent eb7aedf commit 2f3b281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Anikin/ViewModels/Manga/MangaItemViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ private async Task ShowProviderSearch()

IsProviderSearchSheetShowing = true;

var sheet = new ProviderSearchSheet();
var sheet = new MangaProviderSearchSheet();
sheet.BindingContext = new MangaProviderSearchViewModel(
this,
sheet,
Expand Down

0 comments on commit 2f3b281

Please sign in to comment.