Skip to content

FloatingActionButton has a little time difference with SnackBar #90

@luziming

Description

@luziming
 SnackbarManager.show(Snackbar.with(mContext).text("MSG")
            .eventListener(new SnackBarObserver() {
                @Override
                public void onShow(Snackbar snackbar) {
                    actionButton.showWithSnackHeight(snackbar.getHeight());
                }

                @Override
                public void onDismiss(Snackbar snackbar) {
                    actionButton.showWithSnackHeight(0);
                }
            }).duration(500));

FloatingActionButton is always slower than SnackBar

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