mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Android: fix function signature in java code
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									5cdba2d652
								
							
						
					
					
						commit
						67fae6185d
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -64,9 +64,8 @@ public class SubsurfaceMobileActivity extends QtActivity | |||
| 		} | ||||
| 	} // onNewIntent | ||||
| 
 | ||||
| 	public void checkPendingIntents(String workingDir) { | ||||
| 	public void checkPendingIntents() { | ||||
| 		isInitialized = true; | ||||
| 		Log.i(TAG + " checkPendingIntents", workingDir); | ||||
| 		if (isIntentPending) { | ||||
| 			isIntentPending = false; | ||||
| 			Log.i(TAG + " checkPendingIntents", "checkPendingIntents: true"); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue