levelup / palabre-extensions

Apache License 2.0
27 stars 3 forks source link

onUpdateData() isn't called the second time #3

Open moneytoo opened 6 years ago

moneytoo commented 6 years ago

Hi,

I'm working on an extension (TT-RSS) that works quite well overall. However my issue is that onUpdateData() isn't called every time I hit Refresh or do the pull-to-refresh. It works the first time but not the second time. If I destroy/unload Palabre or my extension it works again once. I call publishUpdateStatus but it seems like that it's related to other active extensions/services. If I enable and login to Feedly, hitting Refresh correctly calls onUpdateData() in my extension every time. In the logcat I see RefreshService created every time but Start refresh service and launching ExtensionService is there only when it works. I tried that on two different phones (running 7.0/8.1).

Fmstrat commented 3 years ago

Just wondering if there will ever be an update on this. I've added new functionality to the TT-RSS extension and am still running into this problem years later.

@PomepuyN @lvialle

Fmstrat commented 3 years ago

I should note, adding Feedly does not impact the refresh for me, and the Twitter extension has the same problem.