You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 =