Разделение навигации и реактивности
This commit is contained in:
@@ -121,7 +121,7 @@ class ChatRepositoryImpl implements ChatRepository {
|
||||
return remote;
|
||||
}
|
||||
// ignore: avoid_print
|
||||
print('[DEBUG] Remote getMessages failed: ${remote.failure?.message}');
|
||||
print('[DEBUG] Remote getMessages failed: ${remote.error?.message}');
|
||||
return cached;
|
||||
} else {
|
||||
return remoteDataSource.getMessages(chatId, cursor: cursor);
|
||||
|
||||
Reference in New Issue
Block a user