Skip to content

Commit e33259d

Browse files
committed
Clean up code
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
1 parent 238fce0 commit e33259d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Omega/src/com/neoapps/neolauncher/allapps/search/ComposeSearchLayout.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ open class ComposeSearchLayout(context: Context, attrs: AttributeSet? = null) :
103103
val query = mutableStateOf("")
104104

105105
init {
106-
// Si la búsqueda en drawer está habilitada mostramos la vista, si no la ocultamos con GONE
107-
// para que no deje espacio en el layout.
108106
visibility = if (prefs.searchDrawerEnabled.getValue()) {
109107
VISIBLE
110108
} else {

0 commit comments

Comments
 (0)