Skip to content

Add debounce functionality to delete button #35

@jshvarts

Description

@jshvarts

Come up with testing strategy and implement tests.

Dev notes:

// prevent multiple button taps
private val DEBOUNCE_TIMEOUT: Long = 100

.debounce(DEBOUNCE_TIMEOUT, TimeUnit.MILLISECONDS)
.observeOn(AndroidSchedulers.mainThread())

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