PIN : fix quality

This commit is contained in:
ganfra 2023-10-26 15:25:40 +02:00
parent bd9179dd45
commit b8ce848a0c
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 {