From: Lisandro Pérez Meyer Date: Wed, 15 Nov 2023 17:12:34 +0000 (-0300) Subject: Re enable background animation. X-Git-Tag: 17.90.0~28 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=ca2ba809446f2184e50e4b8ebfe607a059c02de6;p=apps%2Fflutter-ics-homescreen.git Re enable background animation. Bug-AGL: SPEC-4969 Change-Id: I7af59c4df7b3697d01f31d174bc808b87413cb66 Signed-off-by: Lisandro Pérez Meyer --- diff --git a/lib/presentation/screens/home/home.dart b/lib/presentation/screens/home/home.dart index c132c98..a18e640 100644 --- a/lib/presentation/screens/home/home.dart +++ b/lib/presentation/screens/home/home.dart @@ -38,13 +38,11 @@ class HomeScreenState extends ConsumerState { appBar: const CustomTopBar(), body: Stack( children: [ - /* Lottie.asset( 'animations/BG-dotwaveform.json', fit: BoxFit.cover, repeat: true, ), - */ FlowBuilder( state: ref.watch(appProvider), onGeneratePages: onGenerateAppViewPages,