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
{{ message }}
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.
After a double rotation of the AddClockActivity there are in heap memory 2 instances more of:
class ch.corten.aha.worldclock.AddClockActivity @ 0x12cbd800
class ch.corten.aha.worldclock.AddClockActivity$TimeZoneListFragment @ 0x12cc7c00
It should not be like this because the rotation events 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 AddClockActivity there are in heap memory 2 instances more of:
class ch.corten.aha.worldclock.AddClockActivity @ 0x12cbd800
class ch.corten.aha.worldclock.AddClockActivity$TimeZoneListFragment @ 0x12cc7c00
It should not be like this because the rotation events 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: