mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +01:00 
			
		
		
		
	issue-#3606: cancel in translate goes back to about screen (#3610)
This commit is contained in:
		
							parent
							
								
									4f5f0da4c6
								
							
						
					
					
						commit
						f0a37d3369
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -152,7 +152,7 @@ public class AboutActivity extends NavigationBaseActivity { | |||
|                     String langCode = CommonsApplication.getInstance().getLanguageLookUpTable().getCodes().get(spinner.getSelectedItemPosition()); | ||||
|                     Utils.handleWebUrl(AboutActivity.this, Uri.parse(Urls.TRANSLATE_WIKI_URL + langCode)); | ||||
|                 }); | ||||
|         builder.setNegativeButton(R.string.about_translate_cancel, (dialog, which) -> finish()); | ||||
|         builder.setNegativeButton(R.string.about_translate_cancel, (dialog, which) -> dialog.cancel()); | ||||
|         builder.create().show(); | ||||
| 
 | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Prince Amankwah
						Prince Amankwah