Skip to content

Commit

Permalink
device: Add Pad 7 series
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed Oct 30, 2024
1 parent 883d6ac commit 1c9d93b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions composeApp/src/commonMain/kotlin/data/DeviceInfoHelper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ object DeviceInfoHelper {
Device("Xiaomi MIX Flip", "ruyi", "NI"),
Device("Xiaomi 15", "dada", "OC"),
Device("Xiaomi 15 Pro", "haotian", "OB"),
Device("Xiaomi Pad 7", "uke", "OZ"),
Device("Xiaomi Pad 7 Pro", "muyu", "OY"),
)

private const val XIAOMI = "XM"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ fun TextWithIcon(
}
}
}
println(it)
if (it.isNotEmpty() && it != " ") {
Text(
text = it,
Expand Down

0 comments on commit 1c9d93b

Please sign in to comment.