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

Commit 3e7cf540 authored by Chris Soyars's avatar Chris Soyars Committed by Steve Kondik
Browse files

Corrected copy/paste fail.

parent 280af51c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ public class Environment {
     * Gets the SD EXT directory.
     * @hide
     */
    public static File getDataDirectory() {
    public static File getSdExtDirectory() {
        return SD_EXT_DIRECTORY;
    }