tried testing sync bug and fixed ads even more
This commit is contained in:
@@ -12,6 +12,7 @@ class AdViewable extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return AdTile(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 5.0),
|
||||
ad,
|
||||
onTap: () => launchUrl(
|
||||
ad.launchUrl,
|
||||
|
||||
Reference in New Issue
Block a user