Skip to content

Commit

Permalink
device: Add Redmi Note 13R
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed Jun 3, 2024
1 parent d871f50 commit e273edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion composeApp/src/commonMain/kotlin/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ import androidx.compose.ui.text.input.VisualTransformation
import androidx.compose.ui.text.style.TextAlign
import androidx.compose.ui.unit.Dp
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
import androidx.compose.ui.window.PopupProperties
import data.DeviceInfoHelper
import data.LoginHelper
Expand Down
3 changes: 2 additions & 1 deletion composeApp/src/commonMain/kotlin/data/DeviceInfoHelper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ object DeviceInfoHelper {
Device("Xiaomi 14 Ultra", "aurora", "NA"),
Device("Xiaomi Pad 6S Pro", "sheng", "NX"),
Device("Redmi Pad Pro", "dizi", "NS"),
Device("Redmi Pad Pro 5G","ruan","FS")
Device("Redmi Pad Pro 5G", "ruan", "FS"),
Device("Redmi Note 13R / POCO M6 Plus", "breeze", "NU")
)

val deviceNames = deviceList.map { it.deviceName }
Expand Down

0 comments on commit e273edb

Please sign in to comment.