Ensure locale is taken into account by paparazzi.
This commit is contained in:
@@ -96,6 +96,7 @@ class S {
|
||||
paparazzi.unsafeUpdateConfig(
|
||||
deviceConfig = baseDeviceConfig.deviceConfig.copy(
|
||||
softButtons = false,
|
||||
locale = localeStr,
|
||||
nightMode = componentTestPreview.isNightMode().let {
|
||||
when (it) {
|
||||
true -> NightMode.NIGHT
|
||||
|
||||
Reference in New Issue
Block a user