Slyce-Inc/SlyceMessaging

Fragment leaks due to ScheduledExecutorService

Opened this issue · 0 comments

I found that my Activity which use SlyceMessagingFragment leaks because the ScheduledExecutorService created in the startUpdateTimestampsThread holds a reference to the Fragment (through the inner Runnable class), and this executor is never stopped!