Ignore:
Timestamp:
Oct 30, 2013, 5:37:46 PM (11 years ago)
Author:
Jose Ruiz <joseruiz@…>
Branches:
master
Children:
16fd839
Parents:
931bb65
Message:

actalizacion classpath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TibisayMovil/src/ve/gob/cenditel/tibisaymovil/FilesToPDFSignActivity.java

    r931bb65 r2ff9cec  
    269269            //Si es un directorio el seleccionado se hace un llamado del fileBrowser del directorio
    270270            if (item.isDirectory()) {
    271                 parent.setAdapter(FilesToPDFSignActivity.this.listAdapter = new FileListAdapter(item.getAbsolutePath()));
     271                parent.setAdapter(FilesToPDFSignActivity.this.listAdapter = new FileListAdapter(item.getAbsolutePath(), filterMImeType));
    272272            } else { // Si es un archivo
    273273               
Note: See TracChangeset for help on using the changeset viewer.