I have these manipulations:
- start an Activity —- talkback announce the label of the activity
- click a button show the bottomSheetDialogFragment — talkback announces the app name but blocks the first focused item contentDescription.
- click button in bottomSheetDialogFragment and show other newfragmentA from activity—- bottomsheetDialog dismiss,the talkback announces the activity label but blocks the newfragmentA first focus item contentDescription
My question is how can I let the talkback announce all the contentDescription between the window change. is it the google bug?