Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

shouldn't snackbar DSL helpers take CharSequence? #654

@pasniak

Description

@pasniak

android.support.design.widget API has

class Snackbar 
...
    /**
     * Update the text in this {@link Snackbar}.
     *
     * @param message The new text for this {@link BaseTransientBottomBar}.
     */
    @NonNull
    public Snackbar setText(@NonNull CharSequence message) {

inline fun snackbar(view: View, message: String) = Snackbar

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions