We use firebase crashlytics to monitor crashes in production and since updating to 3.18 we are getting this error in production(release), this never happens in development. I think the error is in Here's source code because I have a null-check before the init method.
Fatal Exception: java.lang.NullPointerException: Context is null
at java.util.Objects.requireNonNull(Objects.java:228)
at com.nokia.maps.f4.a(Preconditions.java:1)
at com.nokia.maps.v.<init>(AppContextImpl.java:13)
at com.here.android.mpa.common.ApplicationContext.<init>(ApplicationContext.java:2)
at com.here.android.mpa.mapping.AndroidXMapFragment.init(AndroidXMapFragment.java:1)
at my.package.app.fragments.navegacionhere.MapFragmentView.initMapFragment(MapFragmentView.java:538)
at my.package.app.fragments.navegacionhere.MapFragmentView.<init>(MapFragmentView.java:160)
at my.package.app.activity.llamadas.DetalleLlamadaActivity.setupMapFragmentView(DetalleLlamadaActivity.java:1339)