TP-64043 | Sayed Owais Ali | added changes for checking repository in… (#142)
This commit is contained in:
@@ -488,4 +488,8 @@ object AlfredManager {
|
||||
phoneNumber?.let { config.setPhoneNumber(it) }
|
||||
}
|
||||
}
|
||||
|
||||
fun isSensitiveComposeRepositoryInitialized(): Boolean {
|
||||
return this::sensitiveComposeRepository.isInitialized
|
||||
}
|
||||
}
|
||||
|
||||
@@ -71,6 +71,6 @@ class ComposeMaskingRepoImpl : ComposeMaskingRepo {
|
||||
}
|
||||
|
||||
internal fun getBlurSensitiveScreenStatus(): Boolean {
|
||||
return blurSensitiveScreen
|
||||
return blurSensitiveScreen || sensitiveCoordinates.isEmpty()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user