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

Commit 962694db authored by Clara Bayarri's avatar Clara Bayarri
Browse files

Make EXTRA_SHOW_MENU visible to Settings so StorageSettings can use it

Bug: 28197210
Change-Id: I798a891b1de9777f652a46c1d938e23c0c62f783
parent bf67e5dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,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;