We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b780c commit c6fe764Copy full SHA for c6fe764
ChatSDKCore/Classes/Session/BChatSDK.m
@@ -77,7 +77,7 @@ +(void) initialize: (BConfiguration *) config app:(UIApplication *)application o
77
}
78
79
-(void) appDidResignActive {
80
- if(self.config.keepAliveOnDidResignActive) {
+ if(self.configuration.keepAliveOnDidResignActive) {
81
82
} else if(self.networkAdapter) {
83
[self.networkAdapter.core save];
0 commit comments