Remove unnecessary requestFocus

DrawerLayout restricts focus to its drawer items when the drawer is
open. There is no need to forcibly request focus on the drawer. This
fixes undesirable scrolling of RecyclerView when the drawer is closed.

Bug: 31041758
Change-Id: I96fbce77e3853dcac6527cd759d1994b7a817ea4
2 files changed