I have a partially migrated project at the moment....
# compose
l
I have a partially migrated project at the moment. I have a Compose screen nested in a
BottomSheetDialogFragment
. If I have TalkBack enabled, every time the
BottomSheetDialogFragment
with the compose screen is opened, the app label is announced. For my similar screens that are entirely XML based, this issue does not occur. I cannot migrate away from the
BottomSheetDialogFragment
as of yet. Does anyone have any wisdom concerning avoiding this extra announcement of the app label?