Proyectos de Subversion Android Microlearning - Nuevo Interface

Rev

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

Rev 65 Rev 66
Línea 385... Línea 385...
385
 
385
 
386
                    Log.e("Lista de comentarios"," "+commentList.toString());
386
                    Log.e("Lista de comentarios"," "+commentList.toString());
387
                  getActivity().runOnUiThread(new Runnable() {
387
                  getActivity().runOnUiThread(new Runnable() {
388
                      @Override
388
                      @Override
-
 
389
                      public void run() {
-
 
390
                          if(commentList.size() >0)
389
                      public void run() {
391
                          {
390
                          adapter.notifyDataSetChanged();
392
                              adapter.notifyDataSetChanged();
-
 
393
                              descripcion.setVisibility(View.GONE);
-
 
394
                          }
391
                          descripcion.setVisibility(View.GONE);
395
 
392
                      }
396
                      }
Línea 393... Línea 397...
393
                  });
397
                  });