Skip to content

Commit

Permalink
Fix CF
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandUI committed May 22, 2024
1 parent 29ab2a7 commit de0a470
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public CoinListViewModel(IWalletModel wallet, ICoinListModel availableCoins, ILi
.Subscribe()
.DisposeWith(_disposables);


coinItems.AutoRefresh(x => x.IsSelected)
.Filter(x => x.IsSelected == true)
.Transform(x => x.Coin)
Expand Down

0 comments on commit de0a470

Please sign in to comment.