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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: