1
0
Fork 0

No issue: Fix login for BaseBrowserFragment FragmentPreDrawManager

master
ekager 2020-02-18 14:33:44 -08:00 committed by Jeff Boek
parent 57a02a10fc
commit 35bf4fbda9
1 changed files with 1 additions and 1 deletions

View File

@ -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 {}