astubenbord / paperless-mobile

An (almost) fully fledged mobile paperless client.
GNU General Public License v3.0
689 stars 36 forks source link

[Bug]: change log appears on "send to" form #283

Open thumDer opened 11 months ago

thumDer commented 11 months ago

What happened?

The new change log shows up in the "send to" form, and closing it exits the form too.

Steps to reproduce

after an update don't open the app, just share an image / pdf from an other app, sending it to paperless

Log output from the app

No response

Screenshots

No response

Paperless-ng*x Version

1.17.4

Paperless-Mobile Version

3.06+53

Device

Huawei P30

Operating System Version

Android 12

Device Locale

english

Selected Locale

English (US)

Additional Context

No response

astubenbord commented 11 months ago

Note to myself: This probably happens because the change log is shown before the upload page, therefore popping using a context which is located closer to the root of the widget tree will also pop the lower routes.

Not entirely sure how to resolve this though.