fix(ad): 화면별 네이티브 광고 높이 조정
This commit is contained in:
@@ -239,7 +239,7 @@ class _NativeAdPlaceholderState extends State<NativeAdPlaceholder> {
|
||||
|
||||
double _templateMinHeight(TemplateType type) {
|
||||
if (type == TemplateType.small) {
|
||||
return 120;
|
||||
return 100;
|
||||
}
|
||||
return switch (defaultTargetPlatform) {
|
||||
TargetPlatform.iOS => 402.0,
|
||||
|
||||
Reference in New Issue
Block a user