diff --git a/mobile/src/main/java/be/mygod/vpnhotspot/util/UnblockCentral.kt b/mobile/src/main/java/be/mygod/vpnhotspot/util/UnblockCentral.kt index 6561aea8..ec4f71d8 100644 --- a/mobile/src/main/java/be/mygod/vpnhotspot/util/UnblockCentral.kt +++ b/mobile/src/main/java/be/mygod/vpnhotspot/util/UnblockCentral.kt @@ -18,7 +18,7 @@ object UnblockCentral { /** * Retrieve this property before doing dangerous shit. */ - private val init by lazy { UnblockHelper(app) } + private val init by lazy { UnblockHelper(app.deviceStorage) } @RequiresApi(31) fun setUserConfiguration(clazz: Class<*>) = init.let {