Something extremely strange. I have this application that is not behaving correctly in release mode. Everything works flawlessly in debug, but in release i am having certain strange situations as labels not updating, or i change some data in a place, then reopen it ad it is not changed (still shows the default data)
I tried doing something drastic such as adding a click event on a label, showing a toast message and then changing the content of the label.
Toast message is shown, label content is not changed.
I am lost, have no idea where to look at
I tried doing something drastic such as adding a click event on a label, showing a toast message and then changing the content of the label.
Toast message is shown, label content is not changed.
I am lost, have no idea where to look at