Open moneytoo opened 6 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
I should note, adding Feedly does not impact the refresh for me, and the Twitter extension has the same problem.
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 callpublishUpdateStatus
but it seems like that it's related to other active extensions/services. If I enable and login to Feedly, hitting Refresh correctly callsonUpdateData()
in my extension every time. In the logcat I seeRefreshService created
every time butStart refresh service
andlaunching ExtensionService
is there only when it works. I tried that on two different phones (running 7.0/8.1).