mapbox-maps-flutter icon indicating copy to clipboard operation
mapbox-maps-flutter copied to clipboard

Theme.AppCompat do we need it?

Open ember11498 opened this issue 8 months ago • 0 comments

I am not even sure what Theme.AppCompat is but when my mapbox maps loads i get this messages (the map is displayed anyways):

W/om.example.tem(14226): Accessing hidden field Landroid/graphics/Typeface;->sSystemFontMap:Ljava/util/Map; (greylist, reflection, allowed)
I/Mbgl-FontUtils(14226): Couldn't map font family for local ideograph, using sans-serif instead
E/ThemeUtils(14226): View class com.mapbox.maps.plugin.compass.CompassViewImpl is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
E/ThemeUtils(14226): View class com.mapbox.maps.plugin.logo.LogoViewImpl is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).
E/ThemeUtils(14226): View class com.mapbox.maps.plugin.attribution.AttributionViewImpl is an AppCompat widget that can only be used with a Theme.AppCompat theme (or descendant).

Do I need to fix something?

ember11498 avatar Jun 04 '24 19:06 ember11498