|
|
@@ -864,24 +864,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
--(void)backBtnPressed{
|
|
|
- //[super backBtnPressed];
|
|
|
-
|
|
|
- NSArray *vcArrs = self.navigationController.viewControllers;
|
|
|
-
|
|
|
- BOOL didPopType = NO;
|
|
|
- for (UIViewController *vc in vcArrs) {
|
|
|
- if([vc isKindOfClass:[MySetViewController class]]){
|
|
|
- didPopType = YES;
|
|
|
- [self.navigationController popToViewController:vc animated:YES];
|
|
|
- return;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- if(!didPopType){
|
|
|
- [self.navigationController popViewControllerAnimated:YES];
|
|
|
- }
|
|
|
-}
|
|
|
+//-(void)backBtnPressed{
|
|
|
+// //[super backBtnPressed];
|
|
|
+//
|
|
|
+// NSArray *vcArrs = self.navigationController.viewControllers;
|
|
|
+//
|
|
|
+// BOOL didPopType = NO;
|
|
|
+// for (UIViewController *vc in vcArrs) {
|
|
|
+// if([vc isKindOfClass:[MySetViewController class]]){
|
|
|
+// didPopType = YES;
|
|
|
+// [self.navigationController popToViewController:vc animated:YES];
|
|
|
+// return;
|
|
|
+// }
|
|
|
+// }
|
|
|
+//
|
|
|
+// if(!didPopType){
|
|
|
+// [self.navigationController popViewControllerAnimated:YES];
|
|
|
+// }
|
|
|
+//}
|
|
|
|
|
|
- (void)backupsFileRefreshFun:(NSNotification*)not
|
|
|
{
|