bauerj / paperless_app

An Android/iOS app for Paperless
https://play.google.com/store/apps/details?id=eu.bauerj.paperless_app
GNU General Public License v3.0
527 stars 46 forks source link

Document preview in detail mode is still inverted in dark mode #90

Closed nfroeschl closed 1 year ago

nfroeschl commented 2 years ago

Describe the bug The preview in document detail view is inverted in dark mode even if the setting is turned off.

To Reproduce Steps to reproduce the behavior:

  1. Go to settings and turn of invert in dark mode in preview
  2. Click on a document
  3. See that the document is still inverted. In the overview it is not inverted

Expected behavior Document preview is not inverted

Additional information Paperless App Version: 0.1.2 Do you use Paperless NGX as a backend: yes

I think the problem is in file document_detail_route.dart line 136 where a hard coded true is found.