fix(ad): 화면별 네이티브 광고 높이 조정
This commit is contained in:
@@ -162,7 +162,7 @@ class _ShareScreenState extends ConsumerState<ShareScreen> {
|
||||
),
|
||||
const SizedBox(height: 16),
|
||||
NativeAdPlaceholder(
|
||||
height: 220,
|
||||
height: 360,
|
||||
enabled: !screenshotModeEnabled,
|
||||
),
|
||||
const SizedBox(height: 16),
|
||||
|
||||
Reference in New Issue
Block a user