Open pouriabagheri opened 6 years ago
For those who face this issue, the cause is serializing listener. so when state loss occurs serialization recreates the listener object ( using the values in the object not the reference ) so the new listener is just a copy of the listener object. the solution is to remove the serialization from listener and create the listeners directly and calling them through the picker object.
@Scrounger the app crashes when it goes to background by pressing home button. seems to be an issue due to serialization Here is the log: