no sifter issues if page number > last page

Issue #14 resolved
Mark Mikofski repo owner created an issue

Expect: Go to last page and change number displayed to number of last page, display toast.

Current: Displays "you have no sifter issues" probably post request returns null, and the page number is the what the user entered.

Comments (2)

  1. Mark Mikofski reporter

    btw: the check for valid number type is not necessary because the inputType is set to number, so nothing but numbers can be entered. so this check should really be changed to a check against the number of pages

    I just looked at code and this is definitely not in there.

  2. Log in to comment