mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #215 from Noggog/log-display-crash-fix
Removed .Top() call in log display systems
This commit is contained in:
@ -46,7 +46,6 @@ namespace Wabbajack
|
|||||||
.Where(l => l.Count > 0)
|
.Where(l => l.Count > 0)
|
||||||
.ObserveOn(RxApp.MainThreadScheduler)
|
.ObserveOn(RxApp.MainThreadScheduler)
|
||||||
.FlattenBufferResult()
|
.FlattenBufferResult()
|
||||||
.Top(5000)
|
|
||||||
.Bind(Log)
|
.Bind(Log)
|
||||||
.Subscribe()
|
.Subscribe()
|
||||||
.DisposeWith(CompositeDisposable);
|
.DisposeWith(CompositeDisposable);
|
||||||
|
Reference in New Issue
Block a user