forked from Nexus/nexus
working registration
This commit is contained in:
parent
5ed6e5e083
commit
adf3da8d77
4 changed files with 16 additions and 16 deletions
|
|
@ -14,7 +14,7 @@ class UnifiedPushController extends AsyncNotifier<bool> {
|
|||
Future<bool> build() async {
|
||||
final registered = await UnifiedPush.initialize(
|
||||
linuxOptions: .new(
|
||||
dbusName: "nexus.federated.nexus",
|
||||
dbusName: "nexus.federated.nexus.UnifiedPush",
|
||||
storage: UnifiedPushStorageSharedPreferences(),
|
||||
background: isInBackground,
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue