Skip to content

Commit

Permalink
Fixed content scrolling (Added space at the bottom) (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
PavloNetrebchuk authored Oct 16, 2023
1 parent 495c1bd commit 2c207c1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ private fun AnothersProfileScreen(
Spacer(modifier = Modifier.height(36.dp))

ProfileInfoSection(uiState.account)

Spacer(modifier = Modifier.height(36.dp))
}
}
}
Expand Down

0 comments on commit 2c207c1

Please sign in to comment.