Skip to content

Commit 1a5a9f5

Browse files
committed
[release] 🔧 bug fixes
1 parent 426ded7 commit 1a5a9f5

File tree

1 file changed

+2
-3
lines changed
  • app/src/main/java/com/shub39/rush/presentation

1 file changed

+2
-3
lines changed

app/src/main/java/com/shub39/rush/presentation/util.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,9 @@ fun Modifier.rotateVertically(clockwise: Boolean = true): Modifier {
185185
return rotate then adjustBounds
186186
}
187187

188-
189-
190188
// very important
191189
fun getRandomLine(): String {
192-
return when(Random.nextInt(0, 10)) {
190+
return when(Random.nextInt(0, 11)) {
193191
1 -> "Bombardino Crocodilo"
194192
2 -> "Brr Brr Patapim"
195193
3 -> "Lirili Larila"
@@ -199,6 +197,7 @@ fun getRandomLine(): String {
199197
7 -> "Tung Tung Tung Sahur"
200198
8 -> "Chimpanzini Bananini"
201199
9 -> "Giraffa Celeste"
200+
10 -> "Where are the epstein files Mr Trump?"
202201
else -> "Tralalero Tralala"
203202
}
204203
}

0 commit comments

Comments
 (0)