EasyNotes: Jetpack Compose MVVM for seamless note-taking. Effortless creation, editing, and organization.
GNU General Public License v3.0
395
stars
30
forks
source link
Lower elements might be inaccessible (no bottom padding in scaffold) #43
Closed
wadeack closed 5 months ago
Steps to reproduce:
Expected behaviour: Padding is applied based on available part of the screen.
Actual behaviour: No padding is applied, so some items at the very bottom might become inaccessible:
The fix is trivial - call calculateBottomPadding() on Box's modifier within Scaffold.