Ensure locale is taken into account by paparazzi.

This commit is contained in:
Benoit Marty 2023-09-18 16:07:27 +02:00
parent 1d65cc90db
commit f42455cbb5

View file

@ -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