Proyectos de Subversion Android Microlearning - Nuevo Interface

Rev

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

Rev 39 Rev 43
Línea 282... Línea 282...
282
                            message = item.toString();
282
                            message = item.toString();
283
                        }
283
                        }
284
                    }
284
                    }
Línea 285... Línea 285...
285
 
285
 
286
                    if (success) {
-
 
Línea -... Línea 286...
-
 
286
                    if (success) {
-
 
287
 
Línea 287... Línea 288...
287
                        Preference preference = iTwoGetSkills.getPreference();
288
                        Preference preference = iTwoGetSkills.getPreference();
288
 
289
                        preference.setRefreshContentRequired(false);
289
 
290
 
290
                        iTwoGetSkills.getDatabase().getAnswerDao().removeAll();
291
                        iTwoGetSkills.getDatabase().getAnswerDao().removeAll();
291
                        iTwoGetSkills.getDatabase().getQuestionDao().removeAll();
292
                        iTwoGetSkills.getDatabase().getQuestionDao().removeAll();
292
                        iTwoGetSkills.getDatabase().getQuizDao().removeAll();
293
                        iTwoGetSkills.getDatabase().getQuizDao().removeAll();
293
                        iTwoGetSkills.getDatabase().getSlideDao().removeAll();
-
 
294
                        iTwoGetSkills.getDatabase().getCapsuleDao().removeAll();
294
                        iTwoGetSkills.getDatabase().getSlideDao().removeAll();
295
                        iTwoGetSkills.getDatabase().getTopicDao().removeAll();
295
                        iTwoGetSkills.getDatabase().getCapsuleDao().removeAll();
296
			            iTwoGetSkills.getDatabase().getNotificationCenterDao().removeAllnotifications();
296
                        iTwoGetSkills.getDatabase().getTopicDao().removeAll();
Línea 297... Línea 297...
297
                        iTwoGetSkills.getDatabase().getUserExtendedDao().removeAll();
297
                        iTwoGetSkills.getDatabase().getUserExtendedDao().removeAll();