mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Fix a few notices
This commit is contained in:
@ -15,8 +15,7 @@ class ConversationsMessagesSerializationHelper
|
||||
final int convID;
|
||||
|
||||
ConversationsMessagesSerializationHelper._(int convID)
|
||||
: convID = convID,
|
||||
assert(convID != null);
|
||||
: convID = convID;
|
||||
|
||||
factory ConversationsMessagesSerializationHelper(int? convID) {
|
||||
if (_instances == null) _instances = HashMap();
|
||||
|
Reference in New Issue
Block a user