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

Commit 4639b409 authored by Jorge Ruesga's avatar Jorge Ruesga
Browse files

cmfm: Readd drawer toggle item selection



Change-Id: I1d11a96767238dd9c4108b14cff89fa34975c1d6
Signed-off-by: default avatarJorge Ruesga <jorge@ruesga.com>
parent 87e4443b
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -589,6 +589,17 @@ public class NavigationActivity extends Activity
        mDrawerToggle.onConfigurationChanged(newConfig);
        mDrawerToggle.onConfigurationChanged(newConfig);
    }
    }


    /**
     * {@inheritDoc}
     */
    @Override
    public boolean onOptionsItemSelected(MenuItem item) {
        if (mDrawerToggle.onOptionsItemSelected(item)) {
          return true;
        }
        return super.onOptionsItemSelected(item);
    }

    /**
    /**
     * {@inheritDoc}
     * {@inheritDoc}
     */
     */