Proyectos de Subversion Android Microlearning - Nuevo Interface

Rev

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

Rev 11 Rev 12
Línea 354... Línea 354...
354
                iTwoGetSkills.getDatabase().getQuizDao().removeAll();
354
                iTwoGetSkills.getDatabase().getQuizDao().removeAll();
355
                iTwoGetSkills.getDatabase().getSlideDao().removeAll();
355
                iTwoGetSkills.getDatabase().getSlideDao().removeAll();
356
                iTwoGetSkills.getDatabase().getCapsuleDao().removeAll();
356
                iTwoGetSkills.getDatabase().getCapsuleDao().removeAll();
357
                iTwoGetSkills.getDatabase().getTopicDao().removeAll();
357
                iTwoGetSkills.getDatabase().getTopicDao().removeAll();
358
                iTwoGetSkills.getDatabase().getUserExtendedDao().removeAll();
358
                iTwoGetSkills.getDatabase().getUserExtendedDao().removeAll();
-
 
359
                iTwoGetSkills.getDatabase().getNotificationCenterDao().removeAllnotifications();
359
                iTwoGetSkills.syncFromServer(data);
360
                iTwoGetSkills.syncFromServer(data);
Línea 360... Línea 361...
360
 
361
 
361
 
362