Skip to content

Commit 0ca3c38

Browse files
committed
feat(ads): add todo for configurable interstitial ad countdown
- Add a TODO comment suggesting to make the countdown duration configurable through remote config - This change highlights the need for improved flexibility in ad display settings
1 parent 0359a02 commit 0ca3c38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ads/widgets/local_interstitial_ad_dialog.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class LocalInterstitialAdDialog extends StatefulWidget {
2727
}
2828

2929
class _LocalInterstitialAdDialogState extends State<LocalInterstitialAdDialog> {
30+
//TODO(fulleni): make teh countdown configurable throuigh teh remote config.
3031
static const int _countdownDuration = 5;
3132
int _countdown = _countdownDuration;
3233
Timer? _timer;

0 commit comments

Comments
 (0)