TP-64546 | Sayed Owais Ali | removed coordinates repo size check beca… (#145)
This commit is contained in:
@@ -6,7 +6,7 @@ plugins {
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
def VERSION = "1.1.6"
|
||||
def VERSION = "1.1.7"
|
||||
|
||||
android {
|
||||
namespace 'com.navi.alfred'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
*
|
||||
* * Copyright © 2023 by Navi Technologies Limited
|
||||
* * Copyright © 2023-2024 by Navi Technologies Limited
|
||||
* * All rights reserved. Strictly confidential
|
||||
*
|
||||
*/
|
||||
@@ -71,6 +71,6 @@ class ComposeMaskingRepoImpl : ComposeMaskingRepo {
|
||||
}
|
||||
|
||||
internal fun getBlurSensitiveScreenStatus(): Boolean {
|
||||
return blurSensitiveScreen || sensitiveCoordinates.isEmpty()
|
||||
return blurSensitiveScreen
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user