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

Commit 109f6cb0 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
am: dc2340ff

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

Change-Id: Ibb1b1deda5fd07d2234077e61cab0741cc999f92
parents 2e1b454e dc2340ff
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;