Fatima Mostafa
Fatima Mostafa
Did anyone solve this memory issue?
same issue. Did you solve it? @feidi2014
Its not visible currently with this code ``` GlideApp.with(getFragment()) .load( StaticMap() .key(getString(R.string.google_maps_key)) .size(resources.displayMetrics.widthPixels, dimen(R.dimen._200sdp)) .zoom(18) .marker( StaticMap.Marker.Style.builder().color( ContextCompat.getColor( requireContext(), R.color.colorAccent ) ).build(), StaticMap.GeoPoint(location.lat, location.lng) ).toString() ) .placeholder(R.drawable.placeholder_map) .error(R.drawable.placeholder_map) .into(locationImage)
Did you change the Tag in your xml?
Does it support?
> @noobloser yes but even when I set the right child to null I still can swipe and I see empty drawer. Remove the `rightAnimationType` attribute from `InnerDrawer`.