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

Commit 0069eecf authored by Alexandru Chircu's avatar Alexandru Chircu Committed by Romain Hunault
Browse files

Return v1 for maps module

parent 067295e2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -66,6 +66,10 @@ public class DynamiteLoaderImpl extends IDynamiteLoader.Stub {
            Log.d(TAG, "returning temp fix module version for " + moduleId + ". Cast API wil not be functional!");
            return 1;
        }
        if (moduleId.equals("com.google.android.gms.maps_dynamite")) {
            Log.d(TAG, "returning v1 for maps");
            return 1;
        }
        Log.d(TAG, "unimplemented Method: getModuleVersion for " + moduleId);
        return 0;
    }