Loading play-services-core/src/main/kotlin/org/microg/gms/gcm/PushRegisterService.kt +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ private suspend fun ensureAppRegistrationAllowed(context: Context, database: Gcm if (!accepted) { throw RuntimeException("Push permission not granted to app") } } else if (!app.allowRegister) { } else if (app?.allowRegister == false) { throw RuntimeException("Push permission not granted to app") } } Loading Loading
play-services-core/src/main/kotlin/org/microg/gms/gcm/PushRegisterService.kt +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ private suspend fun ensureAppRegistrationAllowed(context: Context, database: Gcm if (!accepted) { throw RuntimeException("Push permission not granted to app") } } else if (!app.allowRegister) { } else if (app?.allowRegister == false) { throw RuntimeException("Push permission not granted to app") } } Loading