I have Main activity with BottomNavBar; In section 3 I have tab layout with 2 fragments; Is there any way to invoke this dialog fragment from fragment inside tab layout? Every time I try it shows error that
java.lang.IllegalArgumentException: No view found for id 0x1020002 (android:id/content) for fragment FullScreenDialogFragment{62f2ccc #0 id=0x1020002 dialog}
I have Main activity with BottomNavBar; In section 3 I have tab layout with 2 fragments; Is there any way to invoke this dialog fragment from fragment inside tab layout? Every time I try it shows error that
java.lang.IllegalArgumentException: No view found for id 0x1020002 (android:id/content) for fragment FullScreenDialogFragment{62f2ccc #0 id=0x1020002 dialog}