diff --git a/firka/lib/ui/phone/pages/home/home_main.dart b/firka/lib/ui/phone/pages/home/home_main.dart index 0cc80cd..6e2b286 100644 --- a/firka/lib/ui/phone/pages/home/home_main.dart +++ b/firka/lib/ui/phone/pages/home/home_main.dart @@ -181,8 +181,7 @@ class _HomeMainScreen extends State { welcomeWidget, lessonActive ? SizedBox(height: 5) : SizedBox(height: 0), nextClass, - SizedBox( - height: MediaQuery.of(context).size.height / 1.6, + Expanded( child: ListView( children: noticeBoardWidgets, ),