HomePhabricator
Diffusion Comm b12171abe55f

[native] Fix in-app notif on Android which system theme is dark

Description

[native] Fix in-app notif on Android which system theme is dark

Summary:
On Android, we show the same design of in-app notif for both dark mode and light mode. (Unlike iOS, where we vary it.)

However, the default text color on Android depends on the system theme. As a result, if the system theme is dark, then we end up having a white text (default) appear in front of a white background.

This diff makes sure we always set the text color explicitly instead of relying on defaults.

Test Plan: Confirm in-app notif body text can be read

Reviewers: marcin, tomek

Reviewed By: tomek

Subscribers: atul

Differential Revision: https://phab.comm.dev/D5892

Details

Provenance
ashoatAuthored on Dec 17 2022, 6:57 PM
Reviewer
tomek
Differential Revision
D5892: [native] Fix in-app notif on Android which system theme is dark
Parents
rCOMMeeba9b9d02ac: [native] Fix issue creating Calendar event on Android
Branches
Unknown
Tags
Unknown