Second attempt...
This commit is contained in:
parent
139f5cdf72
commit
f94f5e4713
2 changed files with 3 additions and 4 deletions
|
|
@ -72,7 +72,7 @@ class FakeEncryptionService : EncryptionService {
|
|||
this.isLastDevice = isLastDevice
|
||||
}
|
||||
|
||||
override suspend fun isLastDevice(): Result<Boolean> {
|
||||
override suspend fun isLastDevice(): Result<Boolean> = simulateLongTask {
|
||||
return Result.success(isLastDevice)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue