Fixed missing loading spinner due to seeded streams in note repository.
This commit is contained in:
@ -121,7 +121,6 @@ class NoteService {
|
||||
}
|
||||
|
||||
Map<String, dynamic> responseJson = jsonDecode(response.body);
|
||||
debugPrint(responseJson.toString());
|
||||
NoteGetResponseDTO responseDto = NoteGetResponseDTO.fromJson(
|
||||
responseJson,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user