Loading src/com/android/documentsui/ActionModeController.java +3 −0 Original line number Diff line number Diff line Loading @@ -140,6 +140,9 @@ public class ActionModeController mSelectionMgr.clearSelection(); mSelected.clear(); // Reset window title back to activity title, i.e. Root name mActivity.getWindow().setTitle(mActivity.getTitle()); // Re-enable TalkBack for the toolbars, as they are no longer covered by action mode. mScope.accessibilityImportanceSetter.setAccessibilityImportance( View.IMPORTANT_FOR_ACCESSIBILITY_AUTO, R.id.toolbar, R.id.roots_toolbar); Loading Loading
src/com/android/documentsui/ActionModeController.java +3 −0 Original line number Diff line number Diff line Loading @@ -140,6 +140,9 @@ public class ActionModeController mSelectionMgr.clearSelection(); mSelected.clear(); // Reset window title back to activity title, i.e. Root name mActivity.getWindow().setTitle(mActivity.getTitle()); // Re-enable TalkBack for the toolbars, as they are no longer covered by action mode. mScope.accessibilityImportanceSetter.setAccessibilityImportance( View.IMPORTANT_FOR_ACCESSIBILITY_AUTO, R.id.toolbar, R.id.roots_toolbar); Loading