Rename maxPages to pageCount and partial support for Android
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
- (NSInteger) numberOfPages
|
||||
{
|
||||
NSInteger num = [super numberOfPages];
|
||||
id maxPages = _settings[@"maxPages"];
|
||||
id maxPages = _settings[@"pageCount"];
|
||||
|
||||
if (maxPages < 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user