mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-20 23:54:23 +02:00
Fixes formatting
This commit is contained in:
@@ -161,7 +161,7 @@ fun RotateStatuses(
|
||||
LaunchedEffect(Unit) {
|
||||
while (true) {
|
||||
delay(10.seconds)
|
||||
indexToDisplay = ((indexToDisplay + 1) % (statuses.size))
|
||||
indexToDisplay = (indexToDisplay + 1) % statuses.size
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user