mirror of
https://github.com/pachli/pachli-android.git
synced 2024-12-12 17:18:07 +01:00
7da4bc090b
If the user has tabs containing one or more lists, and any of those lists are renamed or deleted then the change should be reflected in the tabs. To do that: `MainActivity`: - Re-create tabs whenever lists are loaded and there's a list in a tab - Compare lists-in-tabs by the ID of the list when restoring the user's tab, so that a list rename doesn't lose their position. `NetworkListsRepository`: - Update the user's tab preferences whenever lists are loaded, removing tabs that contain lists that have been deleted, and updating the list's title for lists that have been renamed. Fixes #192 |
||
---|---|---|
.. | ||
src | ||
build.gradle.kts | ||
lint-baseline.xml |