The app started to crash when I added an account from our local Seafile server. After some debugging I found out that for some libraries the "group_name" is parsed as NSNull by the JSON parser which isn't expected by the code. This fixes the issue for me.
The app started to crash when I added an account from our local Seafile server. After some debugging I found out that for some libraries the "group_name" is parsed as NSNull by the JSON parser which isn't expected by the code. This fixes the issue for me.