Ignore:
File:
1 edited

Legend:

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

    r288126d r2ff9cec  
    3434
    3535
     36import com.lowagie.text.exceptions.InvalidPdfException;
    3637// prueba de droidtext
    3738import com.lowagie.text.pdf.*;
     
    287288                                  }
    288289                                });
    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                 }
     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                    }
    297299               
    298300               
Note: See TracChangeset for help on using the changeset viewer.