Anyway to have <https://issuetracker.google.com/is...
# compose
t
Anyway to have https://issuetracker.google.com/issues/267194796 triaged ? And at the same time a question for Compose Android expert. Extracted from https://github.com/google/accompanist/issues/964 . It seems that compose read and force some internals based on layoutInDisplayCutoutMode, but does not update them when we change that value by code after the
setContent
(
window?.attributes?.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS
) Anyone to confirm and indicate where to report that issue?