|
@@ -479,10 +479,10 @@
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (!ksharedAppDelegate.isWebSockLinkOKAginType) {//未链接
|
|
|
|
|
- [[iToast makeText:NSLocalizedString(@"box_link_error_show_tip",nil)] show];
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+// if (!ksharedAppDelegate.isWebSockLinkOKAginType) {//未链接
|
|
|
|
|
+// [[iToast makeText:NSLocalizedString(@"box_link_error_show_tip",nil)] show];
|
|
|
|
|
+// return;
|
|
|
|
|
+// }
|
|
|
|
|
|
|
|
if(ksharedAppDelegate.DisabledFileTransferType){
|
|
if(ksharedAppDelegate.DisabledFileTransferType){
|
|
|
if(ksharedAppDelegate.isImageNewFor130){
|
|
if(ksharedAppDelegate.isImageNewFor130){
|
|
@@ -543,10 +543,10 @@
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (!ksharedAppDelegate.isWebSockLinkOKAginType) {//未链接
|
|
|
|
|
- [[iToast makeText:NSLocalizedString(@"box_link_error_show_tip",nil)] show];
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+// if (!ksharedAppDelegate.isWebSockLinkOKAginType) {//未链接
|
|
|
|
|
+// [[iToast makeText:NSLocalizedString(@"box_link_error_show_tip",nil)] show];
|
|
|
|
|
+// return;
|
|
|
|
|
+// }
|
|
|
|
|
|
|
|
switch (tag)
|
|
switch (tag)
|
|
|
{
|
|
{
|
|
@@ -557,10 +557,10 @@
|
|
|
break;
|
|
break;
|
|
|
case 11:
|
|
case 11:
|
|
|
{
|
|
{
|
|
|
- if(!ksharedAppDelegate.isWebSockLinkOKAginType){
|
|
|
|
|
- [[iToast makeText:NSLocalizedString(@"check_could_phone_state",nil)] show];
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+// if(!ksharedAppDelegate.isWebSockLinkOKAginType){
|
|
|
|
|
+// [[iToast makeText:NSLocalizedString(@"check_could_phone_state",nil)] show];
|
|
|
|
|
+// return;
|
|
|
|
|
+// }
|
|
|
|
|
|
|
|
fileTransfeSetViewController *nextVC = [fileTransfeSetViewController new];
|
|
fileTransfeSetViewController *nextVC = [fileTransfeSetViewController new];
|
|
|
[self pushViewController:nextVC animated:YES];
|
|
[self pushViewController:nextVC animated:YES];
|