-
-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Labels
bugSomething isn't workingSomething isn't working
Description
After following this doc : https://github.com/espresso3389/pdfrx/blob/master/doc/Dark-Night-Mode-Support.md , in some users device, the PDF is getting a grey Diagonal line (from Top-Right to Bottom-Left) in Dark mode. Although in some device it works perfectly fine.
Screenshot:
Details:
Device: Samsung Galaxy M34 5G
Android : 15
pdfrx: 2.1.22
flutter: 3.35.2
Relevant code:
ColorFiltered(
colorFilter: ColorFilter.mode(Colors.white, _darkModePDF ? BlendMode.difference : BlendMode.dst),
child: _buildPDFViwer(),
),Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
