Skip to content

Commit

Permalink
fix landscape mode in Maestro Studio on both Android and iOS (#2050)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia authored Sep 12, 2024
1 parent d654867 commit 5f080f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ object DeviceService {
}
}

val deviceInfo = maestro.cachedDeviceInfo
val deviceInfo = maestro.deviceInfo()
val deviceWidth = deviceInfo.widthGrid
val deviceHeight = deviceInfo.heightGrid

Expand Down

0 comments on commit 5f080f6

Please sign in to comment.