Ktlint
This commit is contained in:
parent
9ad43aee73
commit
54aa496247
2 changed files with 1 additions and 2 deletions
|
|
@ -22,5 +22,5 @@ enum class BaseDeviceConfig(
|
|||
val deviceConfig: DeviceConfig,
|
||||
) {
|
||||
NEXUS_5(DeviceConfig.NEXUS_5),
|
||||
//PIXEL_C(DeviceConfig.PIXEL_C),
|
||||
// PIXEL_C(DeviceConfig.PIXEL_C),
|
||||
}
|
||||
|
|
|
|||
|
|
@ -119,4 +119,3 @@ private fun String.toLocale(): Locale {
|
|||
else -> Locale.Builder().setLanguage(this).build()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue