Skip to content

Commit

Permalink
Add tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouaz authored and Mouaz committed Apr 28, 2022
1 parent a9d4334 commit 9dae78d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ class ReviewChangeSafeTxViewController: ReviewSafeTransactionViewController {
confirmButtonView.state = .normal
}

override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
Tracker.trackEvent(.addAsOwnerReview)
}

override func createSections() {
sectionItems = [SectionItem.header(headerCell()),
SectionItem.safeInfo(safeInfoCell()),
Expand Down

0 comments on commit 9dae78d

Please sign in to comment.