remove header on sharing view
This commit is contained in:
@@ -95,13 +95,6 @@ struct SharingListView: View {
|
|||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
VStack {
|
VStack {
|
||||||
Text(String(format: String(localized: "Share your shit")))
|
|
||||||
.font(.title)
|
|
||||||
.fontWeight(.bold)
|
|
||||||
.foregroundColor(theme.currentTheme.labelColor)
|
|
||||||
.padding([.top, .leading])
|
|
||||||
.frame(maxWidth: .infinity, alignment: .leading)
|
|
||||||
|
|
||||||
ScrollView {
|
ScrollView {
|
||||||
ForEach(sharebleItems, id: \.self) { item in
|
ForEach(sharebleItems, id: \.self) { item in
|
||||||
Button(action: {
|
Button(action: {
|
||||||
@@ -147,6 +140,7 @@ struct SharingListView: View {
|
|||||||
onDismiss: didDismiss) {
|
onDismiss: didDismiss) {
|
||||||
selectedShare.fuckingWrappedShrable?.destination
|
selectedShare.fuckingWrappedShrable?.destination
|
||||||
}
|
}
|
||||||
|
.padding([.top, .bottom])
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user