We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de8c1e commit d2e075eCopy full SHA for d2e075e
internal/driver/mobile/driver.go
@@ -187,7 +187,7 @@ func (d *mobileDriver) Run() {
187
currentDPI = e.PixelsPerPt * 72
188
d.setTheme(e.DarkMode)
189
190
- dev := d.device
+ dev := &d.device
191
dev.safeTop = e.InsetTopPx
192
dev.safeLeft = e.InsetLeftPx
193
dev.safeHeight = e.HeightPx - e.InsetTopPx - e.InsetBottomPx
0 commit comments