You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed a crash in my app if there are multiple graphs.
For example I have two pages with graphs.
If I navigate A -> B -> A then try to touch Graph A, the app crashes in the PlotViewBase.Events.cs file.
This is do to previousTouchPoints being nil. It seems that the TouchEffect is associated with the wrong view? Not sure. Or they're all sending reports to each other.