Fix opacity warning printed by android because of untouchable configuration
This commit is contained in:
parent
f8dd5e9fc8
commit
20e4c8d3a4
@ -93,7 +93,7 @@ class Window(
|
|||||||
layoutParams?.y = 0
|
layoutParams?.y = 0
|
||||||
}
|
}
|
||||||
layoutParams?.width = displayMetrics.widthPixels
|
layoutParams?.width = displayMetrics.widthPixels
|
||||||
layoutParams?.alpha = 1.0f
|
layoutParams?.alpha = 0.8f
|
||||||
}
|
}
|
||||||
|
|
||||||
private val karooSystem: KarooSystemService = KarooSystemService(context)
|
private val karooSystem: KarooSystemService = KarooSystemService(context)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user