From fcbd92d5f971a20fdef4debdf6d6129a8de55237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Leboulanger?= Date: Mon, 17 Oct 2016 10:23:40 +0200 Subject: [PATCH] Update opening-drawer-from-espresso.md --- FAQ/opening-drawer-from-espresso.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ/opening-drawer-from-espresso.md b/FAQ/opening-drawer-from-espresso.md index 56be2d54c..b3e1d8e40 100644 --- a/FAQ/opening-drawer-from-espresso.md +++ b/FAQ/opening-drawer-from-espresso.md @@ -7,4 +7,4 @@ First, you need a add `espresso-contrib` to your project. It has the needed `Dra Then, you need to open the drawer with his `openDrawer()` method and the drawer layout ID. The generated one is `R.id.material_drawer_layout` -`onView(withId(R.id.material_drawer_layout)).perform(DrawerActions.open(Gravity.START));` +`onView(withId(R.id.material_drawer_layout)).perform(DrawerActions.open());`