bitfireAT / davx5-ose

DAVx⁵ is an open-source CalDAV/CardDAV suite and sync app for Android. You can also access your online files (WebDAV) with it.
https://www.davx5.com
GNU General Public License v3.0
1.25k stars 69 forks source link

AccountsScreen: move navigation drawer to foreground so that it overlays FABs when open #765

Closed ArnyminerZ closed 2 weeks ago

ArnyminerZ commented 2 weeks ago

The PR should be in Draft state during development. As soon as it's finished, it should be marked as Ready for review and a reviewer should be chosen.

See also: Writing A Great Pull Request Description

Purpose

Solves #763 by switching the order of the Composables, which places the FABs correctly, below the side drawer.

Short description

Moved Scaffold inside of ModalNavigationDrawer instead of the other way around.

See:

Screenshot_20240430_124524

Checklist