Best Android App InstaSquare Lite for full-size publication of photos in Instagram, Facebook, Twitter. Run the android application on PC. You can through the android emulator Droid4X.

Changeset 103

Show
Ignore:
Timestamp:
02/03/09 23:11:06 (12 months ago)
Author:
dmyung
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rapidandroid/org.rapidandroid/src/org/rapidandroid/data/controller/ParsedDataReporter.java

    r97 r103  
    4848                Cursor cr = mHelper.getReadableDatabase().rawQuery(query.toString(), null); 
    4949                if(cr.getCount() == 0) { 
     50                        cr.close(); 
    5051                        mHelper.close(); 
    51                         cr.close(); 
    5252                        return Constants.NULLDATE; 
    5353                         
     
    5757                 
    5858                if(dateString == null) { 
    59                         mHelper.close(); 
    6059                        cr.close(); 
     60                        mHelper.close();                         
    6161                        return Constants.NULLDATE; 
    6262                }