From ca2ba809446f2184e50e4b8ebfe607a059c02de6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lisandro=20P=C3=A9rez=20Meyer?= Date: Wed, 15 Nov 2023 14:12:34 -0300 Subject: [PATCH] Re enable background animation. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bug-AGL: SPEC-4969 Change-Id: I7af59c4df7b3697d01f31d174bc808b87413cb66 Signed-off-by: Lisandro Pérez Meyer --- lib/presentation/screens/home/home.dart | 2 -- 1 file changed, 2 deletions(-) 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, -- 2.16.6