Skip to content

Commit

Permalink
move call to super.initState in Home widget
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Oct 3, 2024
1 parent 809c39c commit 4ceb6cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/features/home/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ class _HomePageState extends State<HomePage> with TrayListener, WindowListener {

await windowManager.waitUntilReadyToShow(windowOptions, () async {
await windowManager.show();
await windowManager.center();
await windowManager.focus();
});
setState(() {});
Expand Down

0 comments on commit 4ceb6cc

Please sign in to comment.