get rid of sql finalizer error messages.
Change-Id: I5613734b78f861237b435079742528b9623c97de
This commit is contained in:
@@ -137,6 +137,7 @@ public class TagDBHelper extends SQLiteOpenHelper {
|
|||||||
stmt.bindString(1, new String(msg.toByteArray())); // TODO: This should be a blob
|
stmt.bindString(1, new String(msg.toByteArray())); // TODO: This should be a blob
|
||||||
stmt.bindString(2, new Date().toString());
|
stmt.bindString(2, new Date().toString());
|
||||||
stmt.executeInsert();
|
stmt.executeInsert();
|
||||||
|
stmt.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user