Align Android build guidance with Gio

This commit is contained in:
Joe Julian
2026-03-31 21:37:19 -07:00
parent d9c2d48ff5
commit 82bfd694b6
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -1657,7 +1657,7 @@ func (u *ui) noteCurrentVaultPath() {
func (u *ui) layout(gtx layout.Context) layout.Dimensions {
// Clear the full frame explicitly so mobile surfaces don't start from an
// unpainted black buffer before nested background widgets run.
paint.Fill(gtx.Ops, bgColor)
paint.FillShape(gtx.Ops, bgColor, clip.Rect{Max: gtx.Constraints.Max}.Op())
u.syncHostedAPI()
u.filter()
u.processShortcuts(gtx)