Skip to content

multipleCheckOrNo has hardcoded string #100

@nikospamp

Description

@nikospamp

On file picker activity there is a toast which uses a hardcoded string and not the provided one

listAdapter?.multipleCheckOrNo(item, position, ::isCanSelect) {
    Toast.makeText(
        this@FilePickerActivity.applicationContext,
        "最多只能选择 $maxSelectable 项",
        Toast.LENGTH_SHORT
    ).show()
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions