Skip to content

在Fragment中使用CustomDelegate的setDelegate报NullPointerException #23

@jingzhanwu

Description

@jingzhanwu

sheet = new SweetSheet(mRootView);
CustomDelegate customDelegate = new CustomDelegate(true, CustomDelegate.AnimationType.DuangLayoutAnimation);
View mSheetView = LayoutInflater.from(getActivity()).inflate(R.layout.disc_near_shop_bottom_sheet, null, false);
customDelegate.setCustomView(mSheetView);
sheet.setDelegate(customDelegate);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions