Destroy a pins watcher when the pin gets removed.

captchafix
Florens Douwes 11 years ago
parent f21c242895
commit 8bd5b10c1c
  1. 1
      Clover/app/src/main/java/org/floens/chan/core/manager/WatchManager.java

@ -146,6 +146,7 @@ public class WatchManager implements ChanApplication.ForegroundChangedListener {
*/
public void removePin(Pin pin) {
pins.remove(pin);
pin.destroyWatcher();
ChanApplication.getDatabaseManager().removePin(pin);
onPinsChanged();

Loading…
Cancel
Save