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
CaptureLocationTaskMapViewModel only contains mapConfig which is used by fragments only. So, if we move the mapConfig to AbstractMapContainerFragment then we can use default BaseMapViewModel in CaptureLocationTaskMapFragment
Creation logic for parent and child view models in task based map fragments is common and can be pulled into abstract class
Rending map features
The text was updated successfully, but these errors were encountered:
Some ideas:
CaptureLocationTaskMapViewModel
only containsmapConfig
which is used by fragments only. So, if we move the mapConfig toAbstractMapContainerFragment
then we can use defaultBaseMapViewModel
inCaptureLocationTaskMapFragment
The text was updated successfully, but these errors were encountered: