diff --git a/scripts/system/snapshot.js b/scripts/system/snapshot.js index 6255842a63..76f72d97e1 100644 --- a/scripts/system/snapshot.js +++ b/scripts/system/snapshot.js @@ -255,7 +255,9 @@ function onConnected() { print('sharing', snapshotToShareAfterLogin.path); Window.shareSnapshot(snapshotToShareAfterLogin.path, snapshotToShareAfterLogin.href); shareAfterLogin = false; - showFeedWindow(); + if (shouldOpenFeedAfterShare()) { + showFeedWindow(); + } } }