Skip to content

Commit 58f56b3

Browse files
committed
Fix #1824
1 parent 7b1a26f commit 58f56b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ui/src/main/java/de/mm20/launcher2/ui/launcher/scaffold/LauncherScaffold.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ internal data class ScaffoldConfiguration(
197197
swipeRight,
198198
doubleTap,
199199
longPress,
200-
//homeButton,
200+
homeButton,
201201
).none { it.component.showSearchBar }
202202
}
203203
}

0 commit comments

Comments
 (0)