TP-64546 | Sayed Owais Ali | removed coordinates repo size check beca… (#145)

This commit is contained in:
Sayed Owais Ali
2024-04-22 13:32:35 +05:30
committed by GitHub
parent 81413d1ed5
commit 441689def2
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ plugins {
id 'maven-publish'
}
def VERSION = "1.1.6"
def VERSION = "1.1.7"
android {
namespace 'com.navi.alfred'

View File

@@ -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
}
}