delight-im / Android-DDP

[UNMAINTAINED] Meteor's Distributed Data Protocol (DDP) for clients on Android
Apache License 2.0
274 stars 54 forks source link

Fixed removeCallback in CallbackProxy #56

Closed victorjmarin closed 8 years ago

victorjmarin commented 8 years ago

The CallbackProxy.removeCallback method was adding the listener to the callbacks list instead of removing it.

ocram commented 8 years ago

Thank you very much!

Merged in https://github.com/delight-im/Android-DDP/commit/151cf5d33c57af17ae21866ff7131b86dbea693d :)