| Author | DaveJarvis <email> |
|---|---|
| Date | 2022-06-08 22:24:42 GMT-0700 |
| Commit | 36cc36bf3cb94e7516cd391a1467940e77fe2644 |
| Parent | 91f9202 |
| Delta | 1 line added, 1 line removed |
| */ | ||
| private static class PaginationListener extends Thread { | ||
| - private static final Pattern DIGITS = Pattern.compile( "[^\\d]+" ); | ||
| + private static final Pattern DIGITS = Pattern.compile( "\\D+" ); | ||
| private final InputStream mInputStream; |