我发现问题出在视图固定器膨胀中。
我有同样的问题并解决了它的变化
ViewBinding.inflate(inflater)
至
ViewBinding.inflate(inflater, parent, false)