Use Build.VERSION_CODES for consistency with the rest of the app

This commit is contained in:
Luna712 2023-11-04 23:29:43 -06:00
parent f35ac51f4e
commit 9c2d5ad5f9

View file

@ -89,7 +89,7 @@ class AccountAdapter(
lockIcon.isVisible = account.lockPin != null
outline.isVisible = !isTv && isLastUsedAccount
if (Build.VERSION.SDK_INT >= 33) {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) {
accountImage.setRenderEffect(
RenderEffect.createBlurEffect(
10f, 10f, Shader.TileMode.CLAMP