No issue: Fix login for BaseBrowserFragment FragmentPreDrawManager

fennec/beta
ekager 4 years ago committed by Jeff Boek
parent 57a02a10fc
commit 35bf4fbda9

@ -150,7 +150,7 @@ abstract class BaseBrowserFragment : Fragment(), UserInteractionHandler, Session
final override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
// We don't need to wait on shared element transitions for view intents or custom tabs
if (getSessionById()?.source != Session.Source.ACTION_VIEW ||
if (getSessionById()?.source != Session.Source.ACTION_VIEW &&
getSessionById()?.isCustomTabSession() != true
) {
FragmentPreDrawManager(this).execute {}

Loading…
Cancel
Save