owncloud / android

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

[BUG] Deeplinks without connection, not working #4251

Open jesmrec opened 8 months ago

jesmrec commented 8 months ago

Comes from https://github.com/owncloud/android/pull/4212#issuecomment-1840703242

Steps to reproduce

  1. Download a file
  2. Get the link of the file and create a deep link (adding owncloud:// as prefix)
  3. Remove device connection
  4. Click on the link to open

Actual behaviour

Sync failed

Expected behaviour

File is downloaded (therefore discovered), so it should be opened in the app, regardless the lack of connection.