Mercurial > public > lazybear
comparison LazyBear/Views/Profile/Helpers/WatchlistSheet.swift @ 443:ffbb1dbab531
InsiderRosterHelper implemented
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Mon, 21 Jun 2021 20:17:46 +0200 |
parents | 3ca32ff79630 |
children | 37c13ebda381 |
comparison
equal
deleted
inserted
replaced
442:6eae10397501 | 443:ffbb1dbab531 |
---|---|
29 } | 29 } |
30 .onDelete(perform: deleteCompany) | 30 .onDelete(perform: deleteCompany) |
31 } | 31 } |
32 } | 32 } |
33 .navigationTitle(listName) | 33 .navigationTitle(listName) |
34 .navigationBarTitleDisplayMode(.inline) | |
35 .toolbar { | 34 .toolbar { |
36 ToolbarItem(placement: .navigationBarLeading) { | 35 ToolbarItem(placement: .navigationBarLeading) { |
37 Button(action: { willRenameWatchlist = false; watchlistSheetPresentation.wrappedValue.dismiss()} ) { | 36 Button(action: { willRenameWatchlist = false; watchlistSheetPresentation.wrappedValue.dismiss()} ) { |
38 Image(systemName: "multiply") | 37 Image(systemName: "multiply") |
39 } | 38 } |