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

Commit aae7ad74 authored by Anna Galusza's avatar Anna Galusza Committed by Android (Google) Code Review
Browse files

Merge "Fix breakage due to incomplete name change."

parents 1a4cf445 fb695c63
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 {