Fixes #2455. When the shared modal was triggered, the currentColor (which is tintColor under the hood) was being greyscaled because the default value of tintAdjustmentMode was set to UIViewTintAdjustmentModeDimmed. Changing it to UIViewTintAdjustmentModeNormal resolves the issue.
Summary
Fixes #2455. When the shared modal was triggered, the
currentColor
(which istintColor
under the hood) was being greyscaled because the default value oftintAdjustmentMode
was set toUIViewTintAdjustmentModeDimmed
. Changing it toUIViewTintAdjustmentModeNormal
resolves the issue.Test Plan
Example apps ->
Test2455
Compatibility