Android: fragments overlapping issue

前端 未结 17 1489
闹比i
闹比i 2020-11-27 17:49

I am facing a problem of overlapping fragments when i switch between tabs and attach fragments to a tab view below is my code please help

public class Fragme         


        
17条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-27 17:52

    When I had a problem like this it appeared that I was adding one fragment with childFragmentManager and another with parent's fragmentManager, so check that you use same type of fragment manager.

提交回复
热议问题