mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +01:00 
			
		
		
		
	Migration of review module from Java to Kotlin (#5950)
* Rename .java to .kt * Migrated repository module to Kotlin * Rename .java to .kt * Migrated review module to Kotlin
This commit is contained in:
		
							parent
							
								
									e070c5dbe8
								
							
						
					
					
						commit
						bafae821e2
					
				
					 15 changed files with 906 additions and 932 deletions
				
			
		|  | @ -232,7 +232,7 @@ public class MoreBottomSheetFragment extends BottomSheetDialogFragment { | |||
|     } | ||||
| 
 | ||||
|     protected void onPeerReviewClicked() { | ||||
|         ReviewActivity.startYourself(getActivity(), getString(R.string.title_activity_review)); | ||||
|         ReviewActivity.Companion.startYourself(getActivity(), getString(R.string.title_activity_review)); | ||||
|     } | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Saifuddin Adenwala
						Saifuddin Adenwala