File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#import " RNSalesforceChat.h"
2
- #import " AppDelegate.h"
2
+ // #import "AppDelegate.h"
3
3
4
4
@implementation RNSalesforceChat
5
5
@@ -154,8 +154,8 @@ -(void)session:(id<SCSChatSession>)session didEnd:(SCSChatSessionEndEvent *)endE
154
154
UIAlertAction * ok = [UIAlertAction actionWithTitle: @" OK" style: UIAlertActionStyleDefault handler: nil ];
155
155
[alert addAction: ok];
156
156
157
- AppDelegate * delegate = (AppDelegate*)(UIApplication.sharedApplication .delegate );
158
- [[[delegate window ] rootViewController ] presentViewController: alert animated: YES completion: nil ];
157
+ // AppDelegate * delegate = (AppDelegate*)(UIApplication.sharedApplication.delegate);
158
+ // [[[delegate window] rootViewController] presentViewController:alert animated:YES completion:nil];
159
159
}
160
160
}
161
161
You can’t perform that action at this time.
0 commit comments