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

Commit 325eabdc authored by Grace Kloba's avatar Grace Kloba
Browse files

Remove the hack to include Gears as it is gone now.

parent 20ea6ce0
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -147,11 +147,6 @@ public class PluginManager {
            }
            directories.add(directory);
        }
        // hack for gears for now
        String gears = mContext.getDir("plugins", 0).getPath();
        if (!directories.contains(gears)) {
            directories.add(gears);
        }
        return directories.toArray(new String[directories.size()]);
    }