Align Android build guidance with Gio
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user