Tunous / SwipeNews-Issues

Feedback and bug reporting for SwipeNews
7 stars 0 forks source link

Marking multiple streams as read while offline causes synchronization error #118

Closed Tunous closed 6 years ago

Tunous commented 6 years ago

Happens because code tries to perform them all at once instead of one by one.

Also affects few other actions like delete tag.

Current workaround: Go to Settings > Other > Sync queue, and select clear queue action from menu. After that refreshing articles and performing actions one by one while online should temporarily fix the problem.