don't write service by default
This commit is contained in:
parent
1a6a5c36ea
commit
c0d14ac30e
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class UnifiedPushController extends AsyncNotifier<bool> {
|
|||
dbusName: "nexus.federated.nexus.UnifiedPush",
|
||||
storage: UnifiedPushStorageSharedPreferences(),
|
||||
background: isInBackground,
|
||||
shouldWriteService: true,
|
||||
shouldWriteService: false,
|
||||
),
|
||||
onNewEndpoint: (endpoint, instance) async {
|
||||
final pushKey = endpoint.pubKeySet!.pubKey;
|
||||
|
|
|
|||
Loading…
Reference in a new issue