File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
StabilityMatrix.Avalonia/ViewModels Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -46,23 +46,7 @@ protected override async Task OnInitialLoadedAsync()
4646 {
4747 await base . OnInitialLoadedAsync ( ) ;
4848
49- < << << << HEAD
50- workflowsCache . Connect( ) . DeferUntilLoaded( ) . Bind( DisplayedWorkflows ) . Subscribe ( ) ;
51- = == == ==
52- var searchPredicate = this . WhenPropertyChanged ( vm => vm . SearchQuery )
53- . Throttle ( TimeSpan . FromMilliseconds ( 100 ) )
54- . DistinctUntilChanged ( )
55- . Select ( _ => ( Func < OpenArtMetadata , bool > ) FilterWorkflows ) ;
56-
57- workflowsCache
58- . Connect ( )
59- . DeferUntilLoaded ( )
60- . Filter ( searchPredicate )
61- . SortBy ( x => x . Index )
62- . Bind ( DisplayedWorkflows )
63- . ObserveOn ( SynchronizationContext . Current )
64- . Subscribe ( ) ;
65- > >>> >>> 64 b44ab1 ( Merge pull request #899 from ionite34/ observe- on )
49+ workflowsCache . Connect ( ) . DeferUntilLoaded ( ) . Bind ( DisplayedWorkflows ) . ObserveOn ( SynchronizationContext . Current ) . Subscribe ( ) ;
6650
6751 if ( Design . IsDesignMode )
6852 return ;
You can’t perform that action at this time.
0 commit comments