Remove requestFocus element in contacts drawer layout
In some cases the element was causing focus to jump unnecessarily
back to the toolbar when the main list content changed
See I228262dc02a773d113d22c3ada1393a81bf4a60c
Test
manually verify that title is announced when app is opened with
talkback enabled
Change-Id: I9fe60dad63fee7c0328d8afeb752b3200b98b2c6
diff --git a/res/layout/contacts_drawer_activity.xml b/res/layout/contacts_drawer_activity.xml
index e560494..0e77058 100644
--- a/res/layout/contacts_drawer_activity.xml
+++ b/res/layout/contacts_drawer_activity.xml
@@ -25,15 +25,6 @@
android:fitsSystemWindows="true"
tools:openDrawer="start">
- <!-- To prevent hamburger menu from getting the initial focus. -->
- <View
- android:focusable="true"
- android:focusableInTouchMode="true"
- android:layout_width="1px"
- android:layout_height="1px" >
- <requestFocus/>
- </View>
-
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/fragment_container"
android:orientation="vertical"