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

Commit dc2340ff authored by Clara Bayarri's avatar Clara Bayarri Committed by android-build-merger
Browse files

Merge "Make EXTRA_SHOW_MENU visible to Settings so StorageSettings can use it"...

Merge "Make EXTRA_SHOW_MENU visible to Settings so StorageSettings can use it" into nyc-dev am: 88545ce4
am: 9c3cebf7

* commit '9c3cebf7':
  Make EXTRA_SHOW_MENU visible to Settings so StorageSettings can use it

Change-Id: I35f5cea0e26a5c8b59624d081b5ec41e836fefcb
parents 88b1768c 9c3cebf7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ public class SettingsDrawerActivity extends Activity {
    protected static final boolean DEBUG_TIMING = false;
    private static final String TAG = "SettingsDrawerActivity";

    static final String EXTRA_SHOW_MENU = "show_drawer_menu";
    public static final String EXTRA_SHOW_MENU = "show_drawer_menu";

    private static List<DashboardCategory> sDashboardCategories;
    private static HashMap<Pair<String, String>, Tile> sTileCache;