Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
chore: learner feedback collection from the mobile app (#1821)
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir committed Feb 15, 2024
1 parent a2d8cef commit 378525f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ProfileOptionsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ extension ProfileOptionsViewController: HelpCellDelegate {

func didTapSubmitFeedback() {
guard let url = environment.serverConfig.feedbackFormURL else { return }
environment.analytics.trackProfileOptionClcikEvent(displayName: AnalyticsDisplayName.SubmitFeedbackCLicked, name: AnalyticsEventName.SubmitFeedbackCLicked)
environment.analytics.trackProfileOptionClcikEvent(displayName: AnalyticsDisplayName.SubmitFeedbackClicked, name: AnalyticsEventName.SubmitFeedbackClicked)
if UIApplication.shared.canOpenURL(url) {
UIApplication.shared.open(url, options: [:])
}
Expand Down

0 comments on commit 378525f

Please sign in to comment.