Files
feeddeck/app
Rico Berger eb28a44cc8 [core] Fix Index Reset for Tabs in Small Deck Layout (#93)
The index was not reset in the `DeckLayoutSmall` widget, when the user
selected a new deck in the settings widget. This was caused because the
`DefaultTabController` was not rebuild after a new deck was selected, so
that the `initialIndex` value was not used.

This is now fixed by adding a `key` to the `DefaultTabController`, which
corresponds to the selected deck. This means if the user selects a new
deck in the settings the widget will be rebuild and the initial selected
tab will be the first one. If a user selects the same deck or switches
between the small and large layout the tab will be the formerly selected
one.
2023-12-01 18:09:54 +01:00
..
2023-09-03 16:16:38 +02:00
2023-11-30 18:03:33 +01:00
2023-09-17 18:39:42 +02:00
2023-09-03 16:16:38 +02:00
2023-09-03 16:16:38 +02:00
2023-11-05 17:35:37 +01:00