Skip to content

Commit

Permalink
[Feat] TeamSparker#603 - 메시지 작성 후 보내기버튼 시 햅틱 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun99999 committed May 10, 2022
1 parent ebff833 commit 2a8923d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ extension SendSparkVC {
// MARK: - @objc Function
@objc
private func sendSparkWithMessage() {
setFeedbackGenerator()
sendSparkWithAPI(content: textField.text ?? "")
Analytics.logEvent(Tracking.Select.clickSparkInputText, parameters: nil)
}
Expand Down

0 comments on commit 2a8923d

Please sign in to comment.