Merge branch 'dev' into SP-1601-FE-Community-and-Space-Dialog-Redesign-in-the-routine-tab

This commit is contained in:
mohammadnemer1
2025-06-11 14:18:42 +03:00
committed by GitHub
37 changed files with 1765 additions and 1255 deletions

View File

@ -21,6 +21,7 @@ class _HomeWebPageState extends State<HomeWebPage> {
bool _dialogShown = false;
@override
Widget build(BuildContext context) {
Size size = MediaQuery.of(context).size;
@ -50,7 +51,7 @@ class _HomeWebPageState extends State<HomeWebPage> {
_dialogShown = false;
if (v != null) {
homeBloc.add(ConfirmUserAgreementEvent());
homeBloc.add(const FetchUserInfo());
// homeBloc.add(const FetchUserInfo());
}
});
});