Isolate test state and paint full frame

This commit is contained in:
Joe Julian
2026-03-31 20:12:54 -07:00
parent 182b469b0b
commit 2000c27324
2 changed files with 17 additions and 0 deletions
+3
View File
@@ -1655,6 +1655,9 @@ 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)
u.syncHostedAPI()
u.filter()
u.processShortcuts(gtx)