I have a FragmentA
and want to replace with FragmentB
. Once navigated to FragmentB
, I want to immediately open a full screen DialogFragment
and upon dismissing should show below fragment(FragmentB
)
I am calling the DialogFragment
inside init{}
of FragmentB
's Presenter
class.
The problem here is, I see FragmentB
's layout for fraction of seconds until Dialog is opened. The experience should be like,
A -> B immediately open the Dialog fragment without seeing B's layout -> dismiss dialog -> see Fragment B
Any ideas/solution to get above behaviour?thanks
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…