Fix opacity warning printed by android because of untouchable configuration

This commit is contained in:
Tim Kluge 2024-12-15 22:20:02 +01:00
parent f8dd5e9fc8
commit 20e4c8d3a4

View File

@ -93,7 +93,7 @@ class Window(
layoutParams?.y = 0
}
layoutParams?.width = displayMetrics.widthPixels
layoutParams?.alpha = 1.0f
layoutParams?.alpha = 0.8f
}
private val karooSystem: KarooSystemService = KarooSystemService(context)