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

Commit f0a5a060 authored by David Luhmer's avatar David Luhmer
Browse files

remove duplicate code

parent dd7fd6b8
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -76,10 +76,6 @@ public class AidlNetworkRequest extends NetworkRequest {
    };

    public void connect(String type) {
        if (mDestroyed) {
            throw new IllegalStateException("API already stopped");
        }

        super.connect(type);

        String componentName = Constants.PACKAGE_NAME_PROD;