|
@@ -522,7 +522,7 @@
|
|
|
if([AFNetworkReachabilityManager sharedManager].networkReachabilityStatus == AFNetworkReachabilityStatusNotReachable)
|
|
|
{
|
|
|
[[iToast makeText:NSLocalizedString(@"phone_network_fail_Tips",nil)] show];
|
|
|
- return;
|
|
|
+ //return;
|
|
|
}
|
|
|
|
|
|
// if (!ksharedAppDelegate.isWebSockLinkOKAginType) {//未链接
|
|
@@ -530,15 +530,15 @@
|
|
|
// return;
|
|
|
// }
|
|
|
|
|
|
- if(ksharedAppDelegate.DisabledFileTransferType){
|
|
|
- if(ksharedAppDelegate.isImageNewFor130){
|
|
|
- [[iToast makeText:NSLocalizedString(@"File_Transfer_Disable_tip",nil)] show];
|
|
|
- }
|
|
|
- else{
|
|
|
- [[iToast makeText:NSLocalizedString(@"File_Transfer_Disable_tip2",nil)] show];
|
|
|
- }
|
|
|
- return;
|
|
|
- }
|
|
|
+// if(ksharedAppDelegate.DisabledFileTransferType){
|
|
|
+// if(ksharedAppDelegate.isImageNewFor130){
|
|
|
+// [[iToast makeText:NSLocalizedString(@"File_Transfer_Disable_tip",nil)] show];
|
|
|
+// }
|
|
|
+// else{
|
|
|
+// [[iToast makeText:NSLocalizedString(@"File_Transfer_Disable_tip2",nil)] show];
|
|
|
+// }
|
|
|
+// return;
|
|
|
+// }
|
|
|
|
|
|
tryLinkNum = 0;
|
|
|
switch (tag)
|