Ignore:
File:
1 edited

Legend:

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

    r2ff9cec r288126d  
    3434
    3535
    36 import com.lowagie.text.exceptions.InvalidPdfException;
    3736// prueba de droidtext
    3837import com.lowagie.text.pdf.*;
     
    288287                                  }
    289288                                });
    290                 } catch (InvalidPdfException e) {
    291                         //empty               
    292                     } catch (Exception e) {
    293                         final Activity act = ((Activity) this.context);
    294                         Toast.makeText(act, "exception", Toast.LENGTH_SHORT).show();
    295                         FsUtils.checkOutOfSpace(e, true);
    296                         this.cancel(true);
    297                         //throw new RuntimeException(e);
    298                     }
     289               
     290                } catch (Exception e) {
     291                        final Activity act = ((Activity) this.context);
     292                        Toast.makeText(act, "exception", Toast.LENGTH_SHORT).show();
     293                    FsUtils.checkOutOfSpace(e, true);
     294                    this.cancel(true);
     295                    //throw new RuntimeException(e);
     296                }
    299297               
    300298               
Note: See TracChangeset for help on using the changeset viewer.