|
|
@ -136,6 +136,7 @@ public class GroupDatabase extends Database {
|
|
|
|
contentValues.put(ACTIVE, 1);
|
|
|
|
contentValues.put(ACTIVE, 1);
|
|
|
|
|
|
|
|
|
|
|
|
databaseHelper.getWritableDatabase().insert(TABLE_NAME, null, contentValues);
|
|
|
|
databaseHelper.getWritableDatabase().insert(TABLE_NAME, null, contentValues);
|
|
|
|
|
|
|
|
RecipientFactory.clearCache(context);
|
|
|
|
notifyConversationListListeners();
|
|
|
|
notifyConversationListListeners();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|