Skip to content

Commit a96ba3d

Browse files
authored
Merge pull request #7 from CoderJava/bugfix/perbaikan-animasi-sync-yang-tidak-mengulang
Bugfix - Perbaikan animasi sync yang tidak mengulang di halaman sync page
2 parents 911cc6f + fa03ca5 commit a96ba3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/feature/presentation/page/sync/sync_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class _SyncPageState extends State<SyncPage> {
153153
return AlertDialog(
154154
title: LottieBuilder.asset(
155155
BaseAnimation.animationUpload,
156-
repeat: false,
156+
repeat: true,
157157
width: 92,
158158
height: 92,
159159
),

0 commit comments

Comments
 (0)