Skip to content

Commit c6fe764

Browse files
author
Failyn Kaye Sedik
committed
Fix wrong variable used for config
1 parent 61b780c commit c6fe764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChatSDKCore/Classes/Session/BChatSDK.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ +(void) initialize: (BConfiguration *) config app:(UIApplication *)application o
7777
}
7878

7979
-(void) appDidResignActive {
80-
if(self.config.keepAliveOnDidResignActive) {
80+
if(self.configuration.keepAliveOnDidResignActive) {
8181

8282
} else if(self.networkAdapter) {
8383
[self.networkAdapter.core save];

0 commit comments

Comments
 (0)