aboutsummaryrefslogtreecommitdiffstats
path: root/lib/presentation
diff options
context:
space:
mode:
authorLisandro Pérez Meyer <lpmeyer@ics.com>2023-11-15 14:12:34 -0300
committerLisandro Pérez Meyer <lpmeyer@ics.com>2023-11-15 16:20:46 -0300
commitca2ba809446f2184e50e4b8ebfe607a059c02de6 (patch)
tree072640ccbad350b9728c72ec971a89e00098df33 /lib/presentation
parent4db7a1decabf4d9dabdf1b4f8761b80fa839533a (diff)
Re enable background animation.
Bug-AGL: SPEC-4969 Change-Id: I7af59c4df7b3697d01f31d174bc808b87413cb66 Signed-off-by: Lisandro Pérez Meyer <lpmeyer@ics.com>
Diffstat (limited to 'lib/presentation')
-rw-r--r--lib/presentation/screens/home/home.dart2
1 files changed, 0 insertions, 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<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,