|
|
|
@ -522,7 +522,6 @@ public class Database extends SQLiteOpenHelper {
|
|
|
|
|
for(Long id : newNotifications)
|
|
|
|
|
{
|
|
|
|
|
if(!ids.contains(id)) {
|
|
|
|
|
System.out.println("Db add notif "+id);
|
|
|
|
|
ContentValues values = new ContentValues();
|
|
|
|
|
values.put("siteId", id);
|
|
|
|
|
values.put("skip", 0);
|
|
|
|
|