owncloud / android

:phone: The ownCloud Android App
GNU General Public License v2.0
3.77k stars 3.05k forks source link

Handle error 423 (locked file) #4282

Closed jesmrec closed 5 months ago

jesmrec commented 6 months ago

Comes from: https://github.com/owncloud/android/pull/4270#issuecomment-1882626155

The app has the 423 error defined

https://github.com/owncloud/android/blob/c4c2ac624b5ec4209848b6b157b88f779881c0c7/owncloudComLibrary/src/main/java/com/owncloud/android/lib/common/http/HttpConstants.java#L187

but not handled. In case it happens, Unknown error is displayed.

Expected: if 423 is retrieved from the server in any situation, Locked file or similar should be displayed.

TASKS

parneet-guraya commented 6 months ago

I want to work on this

jesmrec commented 6 months ago

go ahead!!