Details
-
Technical task
-
Resolution: Fixed
-
P1: Critical
-
None
-
None
-
None
-
acd331cd1 (dev), e0529535c (6.9)
Description
We have two places that hold references to Java objects, like the Context - QtCore/qjnihelpers and the Android QPA/androidjnimain. Make sure they both get reset properly when the Activity is recreated and Qt restarted. Could also investigate if we could get by with storing the references only in one place and just use those from the other one.