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
After a double rotation of the MainActivity there is in heap memory 1 instance more of:
class com.iskrembilen.quasseldroid.gui.MainActivity @ 0x12cdf000
It should not be like this because the rotations return to the same GUI state and the memory should stay in the same state as well. It could be a symptom of a bad management of the onCreate-onDestroy lifecycle.
I have encountered this problem on an Android emulator running 7.1.1 os version.
The text was updated successfully, but these errors were encountered:
After a double rotation of the MainActivity there is in heap memory 1 instance more of:
class com.iskrembilen.quasseldroid.gui.MainActivity @ 0x12cdf000
It should not be like this because the rotations return to the same GUI state and the memory should stay in the same state as well. It could be a symptom of a bad management of the onCreate-onDestroy lifecycle.
I have encountered this problem on an Android emulator running 7.1.1 os version.
The text was updated successfully, but these errors were encountered: