Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/patch-2' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
daadu committed May 12, 2022
2 parents 2af5f52 + 7dbaaa4 commit 130b540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ RateMyApp rateMyApp = RateMyApp(
void initState() {
super.initState();
WidgetsBinding.instance?.addPostFrameCallback((_) async {
WidgetsBinding.instance.addPostFrameCallback((_) async {
await rateMyApp.init();
if (mounted && rateMyApp.shouldOpenDialog) {
rateMyApp.showRateDialog(context);
Expand Down

0 comments on commit 130b540

Please sign in to comment.