removing the logic to add fragment from a runnable and calling it directly during onAttachToWindow to ensure its running while the state of the activity is "CREATED" in order to avoid the possible
java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState
removing the logic to add fragment from a runnable and calling it directly during onAttachToWindow to ensure its running while the state of the activity is "CREATED" in order to avoid the possible