I have the following class.
public abstract class AbstractMapFragment extends SupportMapFragment implements OnMapReadyCallback
Unfortunately, but for unknown reasons this class is underlined in red and the following message appears: Cannot access androidx.savedstate.SavedStateRegistryOwner.
How can I fix it?