pagination work

This commit is contained in:
Christien Rioux 2024-06-03 21:20:00 -04:00
parent 4082d1dd76
commit 5473bd2ee4
11 changed files with 469 additions and 24 deletions

View file

@ -6,8 +6,9 @@ const Map<String, LogLevel> _blocChangeLogLevels = {
'ConnectionStateCubit': LogLevel.off,
'ActiveSingleContactChatBlocMapCubit': LogLevel.off,
'ActiveConversationsBlocMapCubit': LogLevel.off,
'DHTShortArrayCubit<Message>': LogLevel.off,
'PersistentQueueCubit<Message>': LogLevel.off,
'TableDBArrayProtobufCubit<ReconciledMessage>': LogLevel.off,
'DHTLogCubit<Message>': LogLevel.off,
'SingleContactMessagesCubit': LogLevel.off,
};
const Map<String, LogLevel> _blocCreateCloseLogLevels = {};