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

Commit f24a2d43 authored by Raj Yengisetty's avatar Raj Yengisetty Committed by Matt Garnes
Browse files

CMFileManager: show hamburger icon for the navigation drawer

This was broken in 5.1

Change-Id: Ib2ec68a4b9c288855c1b58f7f732bf7ee840c3ec
(cherry picked from commit 007c561e)
parent 9da99218
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -891,6 +891,7 @@ public class NavigationActivity extends Activity
                super.onDrawerOpened(drawerView);
            }
        };
        getActionBar().setDisplayHomeAsUpEnabled(true);

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