mirror of
				https://github.com/SimpleMobileTools/Simple-Flashlight.git
				synced 2025-06-05 21:59:19 +02:00 
			
		
		
		
	Use named parameter for cancelCallback in CheckFeatureLocked
				
					
				
			This commit is contained in:
		| @@ -100,11 +100,12 @@ fun CheckFeatureLocked( | |||||||
|         DialogMember { |         DialogMember { | ||||||
|             FeatureLockedAlertDialog( |             FeatureLockedAlertDialog( | ||||||
|                 alertDialogState = this, |                 alertDialogState = this, | ||||||
|             ) { |                 cancelCallback = { | ||||||
|                 if (!isOrWasThankYouInstalled) { |                     if (!isOrWasThankYouInstalled) { | ||||||
|                     context.finish() |                         context.finish() | ||||||
|  |                     } | ||||||
|                 } |                 } | ||||||
|             } |             ) | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|     LaunchedEffect(isOrWasThankYouInstalled) { |     LaunchedEffect(isOrWasThankYouInstalled) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user