| Línea 438... |
Línea 438... |
| 438 |
progreso = progressDao.selectByCapsuleUuid(iTwoGetSkills.getCapsuleUuidActive());
|
438 |
progreso = progressDao.selectByCapsuleUuid(iTwoGetSkills.getCapsuleUuidActive());
|
| Línea 439... |
Línea 439... |
| 439 |
|
439 |
|
| Línea -... |
Línea 440... |
| - |
|
440 |
|
| 440 |
|
441 |
capsula = capsuleDao.selectByUuid(iTwoGetSkills.getCapsuleUuidActive());
|
| 441 |
capsula = capsuleDao.selectByUuid(iTwoGetSkills.getCapsuleUuidActive());
|
442 |
|
| 442 |
|
443 |
|
| 443 |
nombrecapsula.setText(capsula.getName()); descripcion.setText(Html.fromHtml(capsula.getDescription(), Html.FROM_HTML_MODE_COMPACT));
|
444 |
nombrecapsula.setText(capsula.getName()); descripcion.setText(Html.fromHtml(capsula.getDescription(), Html.FROM_HTML_MODE_COMPACT));
|
| 444 |
comentarios.setText("Comentarios: "+capsula.getTotal_comments()); puntuacion.setText("Puntuación: "+capsula.getTotal_rating());
|
445 |
comentarios.setText("Comentarios: "+capsula.getTotal_comments()); puntuacion.setText("Puntuación: "+capsula.getTotal_rating());
|