cmd/scatter: don't add the new thread button twice Signed-off-by: Elias Naur <mail@eliasnaur.com>
1 files changed, 0 insertions(+), 1 deletions(-) M cmd/scatter/ui.go
M cmd/scatter/ui.go => cmd/scatter/ui.go +0 -1
@@ 820,7 820,6 @@ func (p *threadsPage) Layout(gtx *layout.Context) { Bottom: unit.Max(gtx, unit.Dp(16), p.env.insets.Bottom), }.Layout(gtx, func() { theme.IconButton(iconLib.create).Layout(gtx, p.fab) - p.fab.Layout(gtx) }) }) })