opensrp / opensrp-client-goldsmith

0 stars 0 forks source link

TaskRegisterFragment initializePresenter is called multiple times for every task register start #61

Open ekigamba opened 3 years ago

ekigamba commented 3 years ago

This was causing a listener and presenter leak.

The listener was being activated when the task register is openned twice

ekigamba commented 3 years ago

One of the causes was having 2 Timber trees thus each debugging the same message. However, this needs to be verified as fixed. The previous Timber fix and leak fix was for a different issue and implemented differently (Preventing calling the location feature twice)