Restore all settings usage.

This commit is contained in:
giomfo
2015-04-15 16:27:58 +02:00
parent 004825a3fc
commit 01946ea351
3 changed files with 19 additions and 3 deletions
@@ -228,7 +228,7 @@
// Take into account dataSource state to update UI
[self updateUI];
if ([super.class respondsToSelector:@selector(dataSource:didStateChange:)]) {
if ([super respondsToSelector:@selector(dataSource:didStateChange:)]) {
[super dataSource:dataSource didStateChange:state];
}
}