setDuration() needs a positive and greater than Zero number, however, all durations are negative or zero.
Android studio error:
code = setDuration(Snacky.LENGTH_LONG)
error =
Must be one of: BaseTransientBottomBar.LENGTH_INDEFINITE, BaseTransientBottomBar.LENGTH_SHORT, BaseTransientBottomBar.LENGTH_LONG or value must be ≥ 1 (was -2)
setDuration()needs a positive and greater than Zero number, however, all durations are negative or zero.Android studio error:
code =
setDuration(Snacky.LENGTH_LONG)error =