Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dca17d87 authored by Ellen Poe's avatar Ellen Poe
Browse files

fix: remove special-case padding in recent search screen

parent bd9c4ce1
Loading
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -342,11 +342,6 @@ private fun ContentBelow(
                    }
                )
            }
            item {
                Spacer(modifier = Modifier
                    .fillMaxWidth()
                    .height(TOOLBAR_HEIGHT_DP))
            }
        }
    }
}