Skip to content

Commit

Permalink
allow the switch in view without reload
Browse files Browse the repository at this point in the history
  • Loading branch information
apoleon33 committed Jan 6, 2024
1 parent 56a843e commit e39258a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/route/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class _MyHomePageState extends State<MyHomePage> {

@override
Widget build(BuildContext context) {
_createAlbumList();
List<Widget> albumCards = albumList;

return Scaffold(
Expand Down

0 comments on commit e39258a

Please sign in to comment.