mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Use Build.VERSION_CODES for consistency with the rest of the app
This commit is contained in:
parent
f35ac51f4e
commit
9c2d5ad5f9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue