Skip to content

Commit 9a0aa48

Browse files
committed
fix: iterations
1 parent 967e9e3 commit 9a0aa48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/to/bitkit/ui/screens/wallets/sheets/NewTransactionSheet.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ private fun NewTransactionSheetView(
121121
LottieAnimation(
122122
composition = composition,
123123
contentScale = ContentScale.FillBounds,
124+
iterations = 100,
124125
modifier = Modifier.fillMaxSize()
125126
)
126127

0 commit comments

Comments
 (0)