BITAU-182 BITAU-107 Don't show authetnicator sync toggle below API 31 (#4156)

This commit is contained in:
Andrew Haisting
2024-10-25 16:27:59 -05:00
committed by GitHub
parent 0960f61c37
commit 164cc09f19
5 changed files with 63 additions and 9 deletions

View File

@@ -7,4 +7,4 @@ import android.os.Build
*
* @see Build.VERSION_CODES
*/
fun isBuildVersionBelow(version: Int): Boolean = version > Build.VERSION.SDK_INT
internal fun isBuildVersionBelow(version: Int): Boolean = version > Build.VERSION.SDK_INT