Fix compact header overlay ordering
This commit is contained in:
@@ -15,6 +15,7 @@ import (
|
||||
"gioui.org/io/key"
|
||||
"gioui.org/io/pointer"
|
||||
"gioui.org/layout"
|
||||
"gioui.org/op"
|
||||
"gioui.org/op/clip"
|
||||
"gioui.org/op/paint"
|
||||
"gioui.org/unit"
|
||||
@@ -490,6 +491,10 @@ type ui struct {
|
||||
apiTokenSecret string
|
||||
phoneSyncMenuAnchor image.Point
|
||||
phoneMainMenuAnchor image.Point
|
||||
phoneSyncMenuOrigin image.Point
|
||||
phoneMainMenuOrigin image.Point
|
||||
phoneSyncMenuCall op.CallOp
|
||||
phoneMainMenuCall op.CallOp
|
||||
phoneSyncMenuVisible bool
|
||||
phoneMainMenuVisible bool
|
||||
selectedAuditIndex int
|
||||
|
||||
Reference in New Issue
Block a user