Error non-default constructors in fragments

if you like to be out of rules just do next

@SuppressLint("ValidFragment")
public PlaceDialogFragment(Place place, DisplayMetrics dm){
        super();
        this.mPlace = place;
        this.mMetrics = dm;
    }

Leave a Comment