Pieter Dhondt

Results 2 comments of Pieter Dhondt
trafficstars

Sure. ``` c# public async void GetTransactions (bool forceRefresh = false) { NoDataFound = false; SetProgressState (true); if (forceRefresh && App.IsNetworkRechable) { await BlobCache.LocalMachine.InvalidateObject ($"timeline-{Project.Id}"); } var startDate = EndDate.AddDays...

Yes same here, I tried to make a reproducible example but it's not easy. It's also a crash which occurs quite often in the HockeyApp crash logs.