Skip to content

Commit 4e05067

Browse files
committed
feat: show live activity
1 parent 237c3eb commit 4e05067

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Giffy/Features/Detail/DetailView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ struct DetailView: View {
8989
.onTapGesture(count: 2) { location in
9090
viewStore.send(.displayHeart(location: location))
9191
viewStore.send(.addFavorite)
92+
viewStore.send(.startLiveActivity(viewStore.state))
9293
}
9394
.padding(.top, -(window?.safeAreaInsets.top ?? 0))
9495
.padding(.bottom, -(window?.safeAreaInsets.bottom ?? 0))

0 commit comments

Comments
 (0)