Skip to content

Commit

Permalink
Remove pseudo-locale
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed May 6, 2024
1 parent 4512532 commit c9cc64d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ object DefaultTestDevices {
softButtons = true,
navigation = Navigation.NONAV,
released = "October 28, 2021",
locale = "en-rXA",
)
val Foldable = DeviceConfig(
screenHeight = 2480,
Expand All @@ -87,7 +86,6 @@ object DefaultTestDevices {
softButtons = true,
navigation = Navigation.NONAV,
released = "October 31, 2013",
locale = "en-rXA",
)

/**
Expand All @@ -108,7 +106,6 @@ object DefaultTestDevices {
softButtons = true,
navigation = Navigation.NONAV,
released = "December 8, 2015",
locale = "en-rXA",
)
internal val devices = listOf(Phone, Foldable, Tablet)
}
Expand Down

0 comments on commit c9cc64d

Please sign in to comment.