Skip to content

Commit

Permalink
feat: Add FirebaseAnalyticsUtils to Enrollment Letter Page
Browse files Browse the repository at this point in the history
  • Loading branch information
mlgzackfly authored and abc873693 committed Sep 2, 2024
1 parent e689d8f commit ff3757f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/pages/study/enrollment_letter_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ class _EnrollmentLetterPageState extends State<EnrollmentLetterPage> {
@override
void initState() {
super.initState();
FirebaseAnalyticsUtils.instance
.setCurrentScreen('EnrollmentLetterPage', 'enrollment_letter_page.dart');
_getEnrollmentLetter();
}

Expand Down

0 comments on commit ff3757f

Please sign in to comment.