Skip to content

Commit

Permalink
remove unused padding
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedashrafy committed Sep 30, 2022
1 parent 6ffde5b commit bd8721c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ fun AppNavHost(
composable(route = Screen.Country.route) {
CountryScreen(
title,
padding = padding
) {
navController.navigate("state/${it}")
}
Expand Down

0 comments on commit bd8721c

Please sign in to comment.