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

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

Merge branch 'ellenhp/recent_search_padding_fix' into 'main'

Remove special-case padding in recent search screen

Closes #97

See merge request e/os/cardinal!55
parents bd9c4ce1 dca17d87
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))
            }
        }
    }
}