mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 16:55:26 +02:00
Fix "Hide dynamic theming for unsupported devices"
This commit is contained in:
parent
e021f8add3
commit
17c9b11d27
@ -72,7 +72,7 @@ internal fun ThemesScreen(
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) {
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O_MR1) {
|
||||||
item {
|
item {
|
||||||
UnittoListItem(
|
UnittoListItem(
|
||||||
leadingContent = {
|
leadingContent = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user