remove error message with ad
This commit is contained in:
@@ -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 : ""),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user