Proyectos de Subversion Iphone Microlearning - Nuevo Interface

Rev

Rev 9 | Rev 14 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 9 Rev 11
Línea 36... Línea 36...
36
   
36
   
37
    
-
 
-
 
37
    
38
 
38
 
Línea 184... Línea 184...
184
               // .zIndex(500)
184
               // .zIndex(500)
Línea 185... Línea 185...
185
              
185
              
186
            } .onReceive(NotificationCenter.default.publisher(for: Constants.NOTIFICATION_NAME_COMPLETED_SLIDE))
186
            } .onReceive(NotificationCenter.default.publisher(for: Constants.NOTIFICATION_NAME_COMPLETED_SLIDE))
187
            { data in
187
            { data in
188
               // print("CardGalleryView  Receive " )
-
 
-
 
188
               // print("CardGalleryView  Receive " )
189
                
189
                let appData = appDao.selectOne()
190
                if data.userInfo != nil {
190
                if data.userInfo != nil {
191
                    if let slideUuid = data.userInfo?["slideUuid"]! as? String {
191
                    if let slideUuid = data.userInfo?["slideUuid"]! as? String {
192
                        if !slideUuid.isEmpty && slideUuid == self.viewModel.slide.uuid {
192
                        if !slideUuid.isEmpty && slideUuid == self.viewModel.slide.uuid {
193
                            self.viewModel.fetchProgress(slideUuid: slideUuid, userUuid: appData.userUuid)
193
                            self.viewModel.fetchProgress(slideUuid: slideUuid, userUuid: appData.userUuid)