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
The notification background image would not show if the app has
`android:supportsRtl="true"` the `AndroidManifest.xml` AND the device
has a RTL language set. This would result in the notification becoming
a sold color (all known instances have been a white background) and only
the title and body text showing.
Setting `android:layoutDirection="ltr"` ensures the layout, only used
for images, isn't influenced by the language direction.
This does NOT affect most notifications, only those that use
`android_background_layout` in their notification payload.
This change does NOT affect the rending of the title or body text in any
way.
0 commit comments