File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
app/src/main/kotlin/com/simplemobiletools/flashlight/activities Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import androidx.compose.runtime.Composable
1212import androidx.compose.runtime.derivedStateOf
1313import androidx.compose.runtime.getValue
1414import androidx.compose.runtime.remember
15- import androidx.core.view.WindowCompat
1615import androidx.lifecycle.AndroidViewModel
1716import androidx.lifecycle.compose.collectAsStateWithLifecycle
1817import androidx.lifecycle.viewModelScope
@@ -61,10 +60,6 @@ class BrightDisplayActivity : ComponentActivity() {
6160 ScreenContent (colorPickerDialogState::show)
6261 }
6362 }
64-
65- if (isOreoMr1Plus()) {
66- WindowCompat .getInsetsController(window, window.decorView.rootView)
67- }
6863 }
6964
7065 @Composable
You can’t perform that action at this time.
0 commit comments