Proyectos de Subversion Android Microlearning

Rev

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

Rev 25 Rev 29
Línea 179... Línea 179...
179
 
179
 
180
            //Salvando a preferencias
180
            //Salvando a preferencias
181
            iTwoGetSkills.getPreference().setTopicUuidActive(topic.getUuid());
181
            iTwoGetSkills.getPreference().setTopicUuidActive(topic.getUuid());
Línea 182... Línea 182...
182
            iTwoGetSkills.getPreference().setTopicNameActive(topic.getName());
182
            iTwoGetSkills.getPreference().setTopicNameActive(topic.getName());
Línea 183... Línea 183...
183
 
183
 
184
            iTwoGetSkills.getPreference().save(getContext());
184
            iTwoGetSkills.getPreference().save();
Línea 185... Línea 185...
185
 
185