We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426ded7 commit 1a5a9f5Copy full SHA for 1a5a9f5
app/src/main/java/com/shub39/rush/presentation/util.kt
@@ -185,11 +185,9 @@ fun Modifier.rotateVertically(clockwise: Boolean = true): Modifier {
185
return rotate then adjustBounds
186
}
187
188
-
189
190
// very important
191
fun getRandomLine(): String {
192
- return when(Random.nextInt(0, 10)) {
+ return when(Random.nextInt(0, 11)) {
193
1 -> "Bombardino Crocodilo"
194
2 -> "Brr Brr Patapim"
195
3 -> "Lirili Larila"
@@ -199,6 +197,7 @@ fun getRandomLine(): String {
199
197
7 -> "Tung Tung Tung Sahur"
200
198
8 -> "Chimpanzini Bananini"
201
9 -> "Giraffa Celeste"
+ 10 -> "Where are the epstein files Mr Trump?"
202
else -> "Tralalero Tralala"
203
204
0 commit comments