Skip to content

Commit

Permalink
handle open screen
Browse files Browse the repository at this point in the history
  • Loading branch information
info-kareemmohamed committed Oct 18, 2024
1 parent 1caac2d commit 183796e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class MyApp extends StatelessWidget {
useMaterial3: true,
scaffoldBackgroundColor: const Color(0xffFFFFFF),
),
home: Platform.isWindows?const TaskListScreen(): const TaskListScreen(),
home: Platform.isWindows?const TaskListScreen(): const TaskListMobileScreen(),
);
},
);
Expand Down

0 comments on commit 183796e

Please sign in to comment.