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

Commit e3f474e4 authored by Abhishek Aggarwal's avatar Abhishek Aggarwal
Browse files

privacymodulee: make startFakeLocation synchronised

parent daca8b2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ android {
        minSdkVersion 26
        targetSdkVersion 29
        versionCode 3
        versionName "0.4.2"
        versionName "0.4.3"
        consumerProguardFiles "consumer-rules.pro"
    }

+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ class FakeLocationModule(protected val context: Context): IFakeLocationModule {
    /**
     * @see IFakeLocationModule.startFakeLocation
     */
    @Synchronized
    override fun startFakeLocation() {
        providers.forEach { provider ->
            try {