typo
This commit is contained in:
parent
a79d50ad58
commit
5ceae5fc6b
@ -133,7 +133,7 @@ fun SearchBar(
|
|||||||
expanded = showOverflowMenu,
|
expanded = showOverflowMenu,
|
||||||
onDismissRequest = { showOverflowMenu = false }) {
|
onDismissRequest = { showOverflowMenu = false }) {
|
||||||
DropdownMenuItem(onClick = {
|
DropdownMenuItem(onClick = {
|
||||||
showOverflowMenu = falseg
|
showOverflowMenu = false
|
||||||
context.startActivity(
|
context.startActivity(
|
||||||
Intent.createChooser(
|
Intent.createChooser(
|
||||||
Intent(Intent.ACTION_SET_WALLPAPER),
|
Intent(Intent.ACTION_SET_WALLPAPER),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user