Error non-default constructors in fragments

后端 未结 5 2160
长发绾君心
长发绾君心 2020-11-28 14:35

I am dealing with maps apiv2. And I am getting the following error while coding for Dialog Fragment class.

Error : Avoid non-de

5条回答
  •  隐瞒了意图╮
    2020-11-28 15:16

    @SuppressLint({"NewApi", "ValidFragment"})
    public PlaceDialogFragment(Place place, DisplayMetrics dm){
            super();
          }
    

提交回复
热议问题