mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 10:05:15 +00:00
parent
95d48bd3e9
commit
d0bb68e137
@ -136,6 +136,7 @@ public class GroupDatabase extends Database {
|
||||
contentValues.put(ACTIVE, 1);
|
||||
|
||||
databaseHelper.getWritableDatabase().insert(TABLE_NAME, null, contentValues);
|
||||
RecipientFactory.clearCache(context);
|
||||
notifyConversationListListeners();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user