mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-08 17:25:01 -04:00
more layout cleanup
This commit is contained in:
parent
68f7a26ed1
commit
67812b3c6f
12 changed files with 197 additions and 260 deletions
|
@ -13,7 +13,7 @@ import 'drawer_menu/drawer_menu.dart';
|
|||
import 'home_account_invalid.dart';
|
||||
import 'home_account_locked.dart';
|
||||
import 'home_account_missing.dart';
|
||||
import 'home_account_ready/home_account_ready.dart';
|
||||
import 'home_account_ready.dart';
|
||||
import 'home_no_active.dart';
|
||||
|
||||
class HomeScreen extends StatefulWidget {
|
||||
|
@ -64,7 +64,7 @@ class HomeScreenState extends State<HomeScreen>
|
|||
|
||||
// Re-export all ready blocs to the account display subtree
|
||||
return perAccountCollectionState.provide(
|
||||
child: const HomeAccountReadyMain());
|
||||
child: const HomeAccountReady());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue