mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	This error seemed to occur on compositeDisposable.clear() so null checked there (#4525)
This commit is contained in:
		
							parent
							
								
									2a9ae73750
								
							
						
					
					
						commit
						ee81877ebb
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -70,7 +70,9 @@ class ContributionBoundaryCallback @Inject constructor( | |||
|                     } | ||||
|             ) | ||||
|         }else { | ||||
|             compositeDisposable.clear() | ||||
|             if (compositeDisposable != null){ | ||||
|                 compositeDisposable.clear() | ||||
|             } | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 neslihanturan
						neslihanturan