Steven hai 1 ano
pai
achega
607b01b5c5

+ 2 - 1
KulexiuForStudent/KulexiuForStudent/Common/Tools/UMShare/KSUMShareManager.m

@@ -11,7 +11,7 @@
 #import "TZImageManager.h"
 #import "KSImageShareViewController.h"
 
-@interface KSUMShareManager ()
+@interface KSUMShareManager ()<UMSocialShareMenuViewDelegate>
 
 @property (nonatomic, copy) KSShareActionCallback callback;
 
@@ -77,6 +77,7 @@
 }
 
 - (void)openShareView {
+    [UMSocialUIManager setShareMenuViewDelegate:self];
     [UMSocialUIManager showShareMenuViewInWindowWithPlatformSelectionBlock:^(UMSocialPlatformType platformType, NSDictionary *userInfo) {
         if (platformType == UMSocialPlatformType_UserDefine_Begin+1) { // 分享到群组
             if (self.shareType == KSSHARETYPE_IMAGE) {

+ 0 - 1
KulexiuForStudent/KulexiuForStudent/Module/TXLive/Controller/TXLiveRoomViewController.m

@@ -2404,7 +2404,6 @@ static int clickPraiseBtnTimes  = 0;
         _trtcCloud = nil;
         [TRTCCloud destroySharedIntance];
     }
-    [TXIM_LINSENTER logoutTXIM];
 }
 
 

+ 0 - 1
KulexiuForStudent/KulexiuForStudent/Module/TXLive/TXLiveMessage/TXLiveMessageEnter.m

@@ -19,7 +19,6 @@
     [parm setValue:self.objectName forKey:@"objectName"];
     [parm setValue:content forKey:@"content"];
     return [NSJSONSerialization dataWithJSONObject:parm options:kNilOptions error:nil];
-
 }
 
 - (NSDictionary *)decodeData:(NSData *)data {