fix: remove bottom nav padding on server detail screen #54

Merged
rafaga21 merged 2 commits from feat/push-monitoring-agent-v2 into master 2026-06-11 21:33:04 -04:00

2 Commits

Author SHA1 Message Date
ae09af3e02 Bump app version to 1.7.2 (versionCode 11) and rebuild APK 2026-06-11 21:31:39 -04:00
c88b46ec80 fix: remove bottom nav padding on server detail screen
Scaffold's innerPadding reserved NavigationBar height even when the
bar was hidden (on detail screens). Content like the services list
had extra empty space at the bottom.

Fix: build custom PaddingValues that only includes bottom padding
when inLoggedInArea is true.
2026-06-11 21:26:34 -04:00