aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-04-15 18:46:27 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-04-15 18:46:27 +0200
commita12d163677457b59e16b326e4c4734818fe0c091 (patch)
treea91332d91497baafeb93b5193dc688c1c3137f00
parentAdd stats api (diff)
downloadferdium-app-a12d163677457b59e16b326e4c4734818fe0c091.tar.gz
ferdium-app-a12d163677457b59e16b326e4c4734818fe0c091.tar.zst
ferdium-app-a12d163677457b59e16b326e4c4734818fe0c091.zip
increase app opens to show share franz overlay
-rw-r--r--src/features/shareFranz/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/shareFranz/index.js b/src/features/shareFranz/index.js
index 3a8ec95d3..87deacef4 100644
--- a/src/features/shareFranz/index.js
+++ b/src/features/shareFranz/index.js
@@ -35,7 +35,7 @@ export default function initialize(stores) {
35 () => stores.user.isLoggedIn, 35 () => stores.user.isLoggedIn,
36 () => { 36 () => {
37 setTimeout(() => { 37 setTimeout(() => {
38 if (stores.settings.stats.appStarts % 30 === 0) { 38 if (stores.settings.stats.appStarts % 50 === 0) {
39 if (delayAppState.isDelayAppScreenVisible) { 39 if (delayAppState.isDelayAppScreenVisible) {
40 debug('Delaying share modal by 5 minutes'); 40 debug('Delaying share modal by 5 minutes');
41 setTimeout(() => showModal(), ms('5m')); 41 setTimeout(() => showModal(), ms('5m'));