Skip to content

Commit 0359a02

Browse files
committed
feat(ads): add todo for configurable interstitial ad countdown
- Add a TODO comment to implement configurable countdown duration for interstitial ad dialog - Suggest using remote config for making the countdown duration adjustable
1 parent d773ebe commit 0359a02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ads/widgets/demo_interstitial_ad_dialog.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class DemoInterstitialAdDialog extends StatefulWidget {
2121
}
2222

2323
class _DemoInterstitialAdDialogState extends State<DemoInterstitialAdDialog> {
24+
//TODO(fulleni): make teh countdown configurable throuigh teh remote config.
2425
static const int _countdownDuration = 5;
2526
int _countdown = _countdownDuration;
2627
Timer? _timer;

0 commit comments

Comments
 (0)