Update features/ftue/impl/src/test/kotlin/io/element/android/features/ftue/impl/DefaultFtueStateTests.kt
Co-authored-by: Benoit Marty <benoit@matrix.org>
This commit is contained in:
parent
dc2e05430b
commit
f2ae715a07
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ class DefaultFtueStateTests {
|
||||||
steps.add(state.getNextStep(steps.lastOrNull()))
|
steps.add(state.getNextStep(steps.lastOrNull()))
|
||||||
permissionStateProvider.setPermissionGranted()
|
permissionStateProvider.setPermissionGranted()
|
||||||
|
|
||||||
// Fourth step, notifications opt in
|
// Fourth step, entering PIN code
|
||||||
steps.add(state.getNextStep(steps.lastOrNull()))
|
steps.add(state.getNextStep(steps.lastOrNull()))
|
||||||
lockScreenService.setIsPinSetup(true)
|
lockScreenService.setIsPinSetup(true)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue