Issue #5233: Added call to doesPrivateBrowsingPinnedShortcutExist function to determine whether the "recommend private browing shortcut" dialog is displayed.

nightly-build-test
bswe 5 years ago
parent 9913a024d8
commit 7ec714552f

@ -347,8 +347,9 @@ class HomeFragment : Fragment() {
}
}
}, owner = this)
if (context.settings().showPrivateModeContextualFeatureRecommender &&
browsingModeManager.mode.isPrivate) {
browsingModeManager.mode.isPrivate && !PrivateShortcutCreateManager.doesPrivateBrowsingPinnedShortcutExist(requireContext())) {
recommendPrivateBrowsingShortcut()
}
}

Loading…
Cancel
Save