From a12d163677457b59e16b326e4c4734818fe0c091 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Mon, 15 Apr 2019 18:46:27 +0200 Subject: increase app opens to show share franz overlay --- src/features/shareFranz/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/features/shareFranz/index.js') 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) { () => stores.user.isLoggedIn, () => { setTimeout(() => { - if (stores.settings.stats.appStarts % 30 === 0) { + if (stores.settings.stats.appStarts % 50 === 0) { if (delayAppState.isDelayAppScreenVisible) { debug('Delaying share modal by 5 minutes'); setTimeout(() => showModal(), ms('5m')); -- cgit v1.2.3-70-g09d2