teal77 / trireme

A Deluge thin client for Android. Written in Flutter.
GNU General Public License v3.0
166 stars 15 forks source link

Refresh view on label change #72

Open GeorgeAnton1 opened 8 months ago

GeorgeAnton1 commented 8 months ago

Currently when you change the label of a torrent it's still visible in the view, even when filtered to a specific label. Instead the view should be refreshed on change.

Ie. If I'm filtering on "No Label" and I select torrent X, change its label to "Movies", the view should refresh, removing torrent X from the list.

Currently, if I change the label on a torrent when filtered, the torrent still remains visible until I change the filter to a different label, then come back.