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 have a StackView. Page loads data with python. If I press Cancel button with stack.pop() Page destroyed and pyotherside callback function too. So app segfaulted. How to cancel function or block component destructor?
I have a StackView. Page loads data with python. If I press Cancel button with
stack.pop()Page destroyed and pyotherside callback function too. So app segfaulted. How to cancel function or block component destructor?