Caused by: java.lang.IllegalArgumentException: Binary XML file line #9: Duplicate id 0x7f080124, tag null, or parent id 0xffffffff with another fragment for com.google.android.gms.maps.SupportMapFragment
if (view != null) {
Log.e("remove", "fragment: " )
val parent = view!!.getParent() as ViewGroup
parent.removeView(view)
}
binding = DataBindingUtil.inflate(
LayoutInflater.from(context),
R.layout.fragment_request_ride,
container,
false
)
User contributions licensed under CC BY-SA 3.0