mirror of
				https://github.com/SimpleMobileTools/Simple-Flashlight.git
				synced 2025-06-05 21:59:19 +02:00 
			
		
		
		
	Remove needless call for insets controller in BrightDisplayActivity
				
					
				
			This commit is contained in:
		| @@ -12,7 +12,6 @@ import androidx.compose.runtime.Composable | ||||
| import androidx.compose.runtime.derivedStateOf | ||||
| import androidx.compose.runtime.getValue | ||||
| import androidx.compose.runtime.remember | ||||
| import androidx.core.view.WindowCompat | ||||
| import androidx.lifecycle.AndroidViewModel | ||||
| import androidx.lifecycle.compose.collectAsStateWithLifecycle | ||||
| import androidx.lifecycle.viewModelScope | ||||
| @@ -61,10 +60,6 @@ class BrightDisplayActivity : ComponentActivity() { | ||||
|                 ScreenContent(colorPickerDialogState::show) | ||||
|             } | ||||
|         } | ||||
|  | ||||
|         if (isOreoMr1Plus()) { | ||||
|             WindowCompat.getInsetsController(window, window.decorView.rootView) | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     @Composable | ||||
|   | ||||
		Reference in New Issue
	
	Block a user