TP-64043 | Sayed Owais Ali | added changes for checking repository in… (#142)
This commit is contained in:
@@ -6,7 +6,7 @@ plugins {
|
|||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
}
|
}
|
||||||
|
|
||||||
def VERSION = "1.1.4"
|
def VERSION = "1.1.5"
|
||||||
|
|
||||||
android {
|
android {
|
||||||
namespace 'com.navi.alfred'
|
namespace 'com.navi.alfred'
|
||||||
|
|||||||
@@ -488,4 +488,8 @@ object AlfredManager {
|
|||||||
phoneNumber?.let { config.setPhoneNumber(it) }
|
phoneNumber?.let { config.setPhoneNumber(it) }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fun isSensitiveComposeRepositoryInitialized(): Boolean {
|
||||||
|
return this::sensitiveComposeRepository.isInitialized
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -71,6 +71,6 @@ class ComposeMaskingRepoImpl : ComposeMaskingRepo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
internal fun getBlurSensitiveScreenStatus(): Boolean {
|
internal fun getBlurSensitiveScreenStatus(): Boolean {
|
||||||
return blurSensitiveScreen
|
return blurSensitiveScreen || sensitiveCoordinates.isEmpty()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user