Re enable background animation. 14/29414/1
authorLisandro Pérez Meyer <lpmeyer@ics.com>
Wed, 15 Nov 2023 17:12:34 +0000 (14:12 -0300)
committerLisandro Pérez Meyer <lpmeyer@ics.com>
Wed, 15 Nov 2023 19:20:46 +0000 (16:20 -0300)
Bug-AGL: SPEC-4969

Change-Id: I7af59c4df7b3697d01f31d174bc808b87413cb66
Signed-off-by: Lisandro Pérez Meyer <lpmeyer@ics.com>
lib/presentation/screens/home/home.dart

index c132c98..a18e640 100644 (file)
@@ -38,13 +38,11 @@ class HomeScreenState extends ConsumerState<HomeScreen> {
         appBar: const CustomTopBar(),
         body: Stack(
           children: [
-            /*
             Lottie.asset(
               'animations/BG-dotwaveform.json',
               fit: BoxFit.cover,
               repeat: true,
             ),
-            */
             FlowBuilder<AppState>(
               state: ref.watch(appProvider),
               onGeneratePages: onGenerateAppViewPages,