Skip to content

Commit d0ca77e

Browse files
authored
feat: rewarded ads thing so free user can also enjoy ad free (#1918)
1 parent d96d4bf commit d0ca77e

File tree

20 files changed

+1195
-54
lines changed

20 files changed

+1195
-54
lines changed

src/lib/actionStack.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import confirm from "dialogs/confirm";
22
import appSettings from "lib/settings";
3+
import helpers from "utils/helpers";
34

45
const stack = [];
56
let mark = null;
@@ -93,9 +94,7 @@ export default {
9394
}
9495
}
9596

96-
if (IS_FREE_VERSION && window.iad?.isLoaded()) {
97-
window.iad.show();
98-
}
97+
helpers.showInterstitialIfReady();
9998

10099
exitApp();
101100
}

0 commit comments

Comments
 (0)