39392ef9b0434ec704b52178f8dbb3adcfef58f7
When the search view is attached and detached we announce that for accessibility. The trouble is that if the activity is being torn down we are trying to access resources from a fragment that is detached and the qcrash occurs. This change does not try to access resources if the activity is finishing and also we do not load resource strings if accessibility is not enabled. bug:11127814 Change-Id: If3e97b6e94687775386a43c8fa54fd45140306eb
Description
No description provided
Languages
Java
89.8%
Kotlin
10.2%