File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
lib/account/view/manage_followed_items/countries Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import 'package:core/core.dart';
22import 'package:flutter/material.dart' ;
33import 'package:flutter_bloc/flutter_bloc.dart' ;
44import 'package:flutter_news_app_mobile_client_full_source_code/account/bloc/account_bloc.dart' ;
5+ import 'package:flutter_news_app_mobile_client_full_source_code/ads/interstitial_ad_manager.dart' ;
56import 'package:flutter_news_app_mobile_client_full_source_code/l10n/l10n.dart' ;
67import 'package:flutter_news_app_mobile_client_full_source_code/router/routes.dart' ;
78import 'package:go_router/go_router.dart' ;
@@ -96,6 +97,9 @@ class FollowedCountriesListPage extends StatelessWidget {
9697 },
9798 ),
9899 onTap: () {
100+ context
101+ .read <InterstitialAdManager >()
102+ .onPotentialAdTrigger (context: context);
99103 context.pushNamed (
100104 Routes .entityDetailsName,
101105 pathParameters: {
You can’t perform that action at this time.
0 commit comments