Fixed bug on cleaning old notifications.

git-svn-id: https://forja.rediris.es/svn/cusl6-swadroid/trunk@145 5bc14d19-1e4b-4ba2-aa50-860af135f48c
This commit is contained in:
Juan Miguel Boyero Corral 2011-11-22 22:13:13 +00:00
parent 525b5f9b0a
commit 20e8762460

View File

@ -519,7 +519,7 @@ public class DataBaseHelper {
if(numRows > size)
{
for(int i=0; i<numDeletions; i++)
rows.remove(i);
rows.get(i).delete();
}
}
}