You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for making such a wonderful app.
I noticed an issue regarding the greyscale feature when opening the android share dialogue in Maps. Please find the issue description below.
System description
Pixel 6 with Android 15
Detoxdroid 2.0.6
Issue description
Steps to reproduce
enable greyscale mode.
Add google maps to the exclusion list.
Open Google Maps and select a point.
Click the share button.
Until the share button is clicked the phone is in color mode as Maps is added to the exclusion list.
observed behavior
The system share dialogue opens and now the phone enters into a loop where it keeps changing between grayscale and color mode. During this moment the phone becomes unresponsive until the share dialog is closed.
expected behavior
The phone should stay either in color or grayscale mode while the share dialog is visible.
Workaround
After some debugging with adb i found that the share dialog is part of the IntentResolver system app. Adding this app to the exclusion list solves the issue for this particular scenario.
Hypothesis
This issue probably originates because in this scenario there is more than one Activity of different apps in the foreground. What do you think?
The text was updated successfully, but these errors were encountered:
First of all, thank you for making such a wonderful app.
I noticed an issue regarding the greyscale feature when opening the android share dialogue in Maps. Please find the issue description below.
System description
Pixel 6 with Android 15
Detoxdroid 2.0.6
Issue description
Steps to reproduce
Until the share button is clicked the phone is in color mode as Maps is added to the exclusion list.
observed behavior
The system share dialogue opens and now the phone enters into a loop where it keeps changing between grayscale and color mode. During this moment the phone becomes unresponsive until the share dialog is closed.
expected behavior
The phone should stay either in color or grayscale mode while the share dialog is visible.
Workaround
After some debugging with adb i found that the share dialog is part of the IntentResolver system app. Adding this app to the exclusion list solves the issue for this particular scenario.
Hypothesis
This issue probably originates because in this scenario there is more than one Activity of different apps in the foreground. What do you think?
The text was updated successfully, but these errors were encountered: