Skip to content

Add debounce functionality to delete button #35

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())

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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