Jelajahi Sumber

自动保存启动放在viewWillAppear中

Pen Li 9 tahun lalu
induk
melakukan
e4920c4315

TEMPAT SAMPAH
RedAnt ERP Mobile/RedAnt ERP Mobile.xcworkspace/xcuserdata/macmini1.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 3
RedAnt ERP Mobile/common/CommonEditor/CommonEditorViewController.m

@@ -90,6 +90,7 @@
         [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillChangeFrame:) name:UIKeyboardWillChangeFrameNotification object:nil];
     }
 #endif
+    [self start_urgency_timer];
 }
 -(void) viewWillDisappear:(BOOL)animated
 {
@@ -189,9 +190,6 @@
 {
     [super viewDidLoad];
     
-    [self start_urgency_timer];
-    
-    
     if(self.loading_msg==nil)
         self.loading_msg = @"Please Wait";
     if(self.loading_title==nil)