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

Commit fb695c63 authored by Anna Galusza's avatar Anna Galusza
Browse files

Fix breakage due to incomplete name change.

Change-Id: Ief02bd4a994a4ff3a571fedfead05c732043500d
parent 1774a27b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ public class SettingsDrawerActivity extends Activity {
    }

    public void setIsDrawerPresent(boolean isPresent) {
        if (isVisible) {
        if (isPresent) {
            mDrawerLayout = (DrawerLayout) findViewById(R.id.drawer_layout);
            updateDrawer();
        } else {