Skip to content

Commit

Permalink
Blur wallpaper in assistant activity
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Sep 7, 2022
1 parent 7798c7e commit e3a4666
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import androidx.lifecycle.viewmodel.compose.viewModel
import com.google.accompanist.systemuicontroller.rememberSystemUiController
import de.mm20.launcher2.preferences.Settings
import de.mm20.launcher2.ui.launcher.LauncherScaffoldVM
import de.mm20.launcher2.ui.launcher.helper.WallpaperBlur
import de.mm20.launcher2.ui.launcher.search.SearchBar
import de.mm20.launcher2.ui.launcher.search.SearchBarLevel
import de.mm20.launcher2.ui.launcher.search.SearchColumn
Expand Down Expand Up @@ -126,6 +127,10 @@ fun AssistantScaffold(
}
}

WallpaperBlur {
true
}

LaunchedEffect(darkNavBarIcons, showNavBarScrim) {
if (showNavBarScrim) {
systemUiController.setNavigationBarColor(
Expand Down

0 comments on commit e3a4666

Please sign in to comment.