You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this happens when asking permission in fragments onViewCreated method .
adding some delay fixes the issue , its because , we trying add fragment when fragmentManager is already in execution .
this happens when asking permission in fragments onViewCreated method .
adding some delay fixes the issue , its because , we trying add fragment when fragmentManager is already in execution .