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
Try to research if UI testing of the library would be feasible. Tests would verify if the model is correctly retained and then removed in cases such as:
Activity created and activity removed (model is removed)
Activity rotated (model retained).
Fragment created and then removed from backstack (model removed)
Fragment created and then replaced by other fragment and not added to backstack (model removed)
Fragment created and replaced with other fragment and added to backstack (model retained)
Fragment rotated (model retained)
Fragment rotated in backstack (model retained).
Possibly other cases...
The text was updated successfully, but these errors were encountered:
Try to research if UI testing of the library would be feasible. Tests would verify if the model is correctly retained and then removed in cases such as:
Possibly other cases...
The text was updated successfully, but these errors were encountered: