Skip to content

Commit

Permalink
Use correct token
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed May 31, 2024
1 parent 338c27d commit f94a119
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public NavigationBarController(
_visibilityTracker = visibilityTracker;
_uiThreadOperationExecutor = uiThreadOperationExecutor;
_asyncListener = asyncListener;
_nonFrozenComputationCancellationSeries = new(threadingContext.DisposalToken);
_nonFrozenComputationCancellationSeries = new(_cancellationTokenSource.Token);

_computeModelQueue = new AsyncBatchingWorkQueue<NavigationBarQueueItem, NavigationBarModel?>(
DelayTimeSpan.Medium,
Expand Down

0 comments on commit f94a119

Please sign in to comment.