mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 12:46:58 +02:00
Restore all settings usage.
This commit is contained in:
@@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user