tuskyapp / Tusky

An Android client for the microblogging server Mastodon
https://tusky.app
GNU General Public License v3.0
2.5k stars 389 forks source link

List rename not honoured in list timeline view #4011

Open decentral1se opened 1 year ago

decentral1se commented 1 year ago

Renaming a list from "foo" to "bar" does not update the name of the list in the timeline view.

I renamed the list in the lists management interface in Tusky. Then I viewed the list in the main timeline view where I have it configured as a tab. The name did not change.

To reproduce:

See also https://github.com/superseriousbusiness/gotosocial/issues/2188.


connyduck commented 1 year ago

It is because the list name is saved when the tab is created but never updated. When the List name is changed from within Tusky that is probably easy to fix, but not when the name is changed in another app 🤔