Simperium / simperium-android

Simperium Android Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OnDeleteObjectListener should only fire for local object deletion

roundhill opened this issue · comments

The OnDeleteObjectListener is being incorrectly fired when a network deletion is received.

Just needs to be moved to the isLocalcheck here: https://github.com/Simperium/simperium-android/blob/develop/Simperium/src/main/java/com/simperium/client/Bucket.java#L232