remove error message with ad
This commit is contained in:
parent
a3dbeb9217
commit
653298f32b
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ class _MihBannerAdState extends State<MihBannerAd> {
|
||||||
height: _bannerAd!.size.height.toDouble(),
|
height: _bannerAd!.size.height.toDouble(),
|
||||||
child: AdWidget(ad: _bannerAd!))
|
child: AdWidget(ad: _bannerAd!))
|
||||||
: SizedBox(
|
: SizedBox(
|
||||||
child: Text(errorMessage),
|
child:
|
||||||
|
Text(AppEnviroment.getEnv() == "Dev" ? errorMessage : ""),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue