Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 007c561e authored by Raj Yengisetty's avatar Raj Yengisetty Committed by Rajesh Yengisetty
Browse files

CMFileManager: show hamburger icon for the navigation drawer

This was broken in 5.1

Change-Id: Ib2ec68a4b9c288855c1b58f7f732bf7ee840c3ec
parent 839ffc36
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -883,6 +883,7 @@ public class NavigationActivity extends Activity
                super.onDrawerOpened(drawerView);
            }
        };
        getActionBar().setDisplayHomeAsUpEnabled(true);

        // Set the drawer toggle as the DrawerListener
        mDrawerLayout.setDrawerListener(mDrawerToggle);