Skip to content

Commit

Permalink
bring back ads
Browse files Browse the repository at this point in the history
  • Loading branch information
baylessj committed Feb 4, 2020
1 parent 36e5fe0 commit 557ec38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/screens/home/screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ class _HomeScreenState extends State<HomeScreen> {
_bannerShown = false;
});
}
});
// ..load()
// ..show();
})
..load()
..show();
super.initState();
}

Expand Down

0 comments on commit 557ec38

Please sign in to comment.