iOS 2.5.0 - Apple Music Integration
This commit is contained in:
@@ -42,6 +42,7 @@ struct SessionStatusLiveLiveActivity: Widget {
|
||||
.foregroundColor(.secondary)
|
||||
.lineLimit(1)
|
||||
}
|
||||
.padding(.leading, 8)
|
||||
}
|
||||
DynamicIslandExpandedRegion(.trailing) {
|
||||
VStack(alignment: .trailing, spacing: 4) {
|
||||
@@ -61,6 +62,7 @@ struct SessionStatusLiveLiveActivity: Widget {
|
||||
.foregroundColor(.secondary)
|
||||
}
|
||||
}
|
||||
.padding(.trailing, 8)
|
||||
}
|
||||
DynamicIslandExpandedRegion(.bottom) {
|
||||
HStack {
|
||||
@@ -72,6 +74,8 @@ struct SessionStatusLiveLiveActivity: Widget {
|
||||
.font(.caption2)
|
||||
.foregroundColor(.secondary)
|
||||
}
|
||||
.padding(.horizontal, 12)
|
||||
.padding(.bottom, 4)
|
||||
}
|
||||
} compactLeading: {
|
||||
Image(systemName: "figure.climbing")
|
||||
|
||||
Reference in New Issue
Block a user