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.27k stars 69 forks source link

Nextcloud Login Flow: improved handling of back #712

Closed rfc2822 closed 1 month ago

rfc2822 commented 1 month ago

Now works for me.

Key change is to reset the login URL in onReturnFromBrowser (and the login state in startLoginFlow).

I have also changed the LiveData to Compose State.

@sunkup Can you please test?