Hello LightStreamer team. In the android app i am developing, there is an option to replace and delete stocks from the UI. When those values are changed after the first subscription, I have to update the adapter to send me correct ItemUpdate positions. The problem am facing is with the graphs update. For setting the new itemUpdate positions first I have to unsubscribe and register the observer again, which is causing redrawing of the graphs once again when ls.Client.subscribe() is called. I tried the setItems method, but it also requires unsubscription, so the result is the same. Is there some way to update the correct positions without unsubscribing? The adapter is set in DISTINCT mode

Despite of my problem everything is working amazing, great job and sorry if the question is already asked, I couldn’t find similar issue in the forum