mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 08:09:12 +01:00
Fix signal backup daily schedule bug.
This commit is contained in:
committed by
Greyson Parrelli
parent
901a81fb74
commit
6a456a288d
@@ -15,4 +15,8 @@ class MockRandom(initialInts: List<Int>) : Random() {
|
||||
override fun nextInt(): Int {
|
||||
return nextInts.remove()
|
||||
}
|
||||
|
||||
override fun nextInt(bound: Int): Int {
|
||||
return nextInts.remove() % bound
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user