Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/lib/actionStack.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import confirm from "dialogs/confirm";
import appSettings from "lib/settings";
import helpers from "utils/helpers";

const stack = [];
let mark = null;
Expand Down Expand Up @@ -93,9 +94,7 @@ export default {
}
}

if (IS_FREE_VERSION && window.iad?.isLoaded()) {
window.iad.show();
}
helpers.showInterstitialIfReady();

exitApp();
}
Expand Down
Loading