Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Update BaseGalleryViewModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Feb 4, 2021
1 parent 1e2bd79 commit ed2d974
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions samples/XCT.Sample/ViewModels/Base/BaseGalleryViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ public BaseGalleryViewModel()
FilterCommand = CommandFactory.Create(Filter);
}

public ICommand FilterCommand => filterCommand ??= new Command(Filter);

public IReadOnlyList<SectionModel> Items { get; }

public ICommand FilterCommand { get; }
Expand Down

0 comments on commit ed2d974

Please sign in to comment.