diff --git a/tracker/gioui/instrumenteditor.go b/tracker/gioui/instrumenteditor.go index 381ddd6..fca6dc2 100644 --- a/tracker/gioui/instrumenteditor.go +++ b/tracker/gioui/instrumenteditor.go @@ -132,7 +132,7 @@ func (ie *InstrumentEditor) Layout(gtx C, t *Tracker) D { func (ie *InstrumentEditor) layoutInstrumentHeader(gtx C, t *Tracker) D { header := func(gtx C) D { collapseIcon := icons.NavigationExpandLess - if ie.commentExpanded { + if !ie.commentExpanded { collapseIcon = icons.NavigationExpandMore }