PIN : fix quality

This commit is contained in:
ganfra 2023-10-26 15:25:40 +02:00
parent a7c83a94d3
commit ca6a30d6cc
49 changed files with 131 additions and 45 deletions

View file

@ -93,7 +93,7 @@ class DefaultFtueState @Inject constructor(
{ shouldAskNotificationPermissions() },
{ needsAnalyticsOptIn() },
{ shouldDisplayLockscreenSetup() },
).any { it -> it() }
).any { it() }
}
private fun shouldDisplayMigrationScreen(): Boolean {