Rename maxPages to pageCount and partial support for Android

This commit is contained in:
Sebastián Katzer
2019-02-11 12:05:09 +01:00
parent f29b519b90
commit 33814415db
5 changed files with 29 additions and 10 deletions

View File

@@ -65,7 +65,7 @@
- (NSInteger) numberOfPages
{
NSInteger num = [super numberOfPages];
id maxPages = _settings[@"maxPages"];
id maxPages = _settings[@"pageCount"];
if (maxPages < 0)
{