This commit is contained in:
		@@ -107,11 +107,7 @@ class MediaNotifier extends StateNotifier<MediaState> {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  Future<void> loadMedia({int? id}) async {
 | 
			
		||||
    //if (state.isLoading) return;
 | 
			
		||||
    if (id != null) {
 | 
			
		||||
      print('requested id: ${id.toString()}');
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (state.isLoading) return;
 | 
			
		||||
    state = state.replace(isLoading: true);
 | 
			
		||||
    try {
 | 
			
		||||
      final older =
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user