From f2207e0d48d50dc829ae220e8464bba393cbecdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Sun, 19 Oct 2025 09:19:38 +0200 Subject: [PATCH] build: (deps): bump unifiedpush_ui from 0.1.0 to 0.2.0 Bumps unifiedpush_ui from 0.1.0 to 0.2.0. --- updated-dependencies: - dependency-name: unifiedpush_ui dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lib/utils/background_push.dart | 9 +++++++-- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/lib/utils/background_push.dart b/lib/utils/background_push.dart index eaea22d99..d25a7a68a 100644 --- a/lib/utils/background_push.dart +++ b/lib/utils/background_push.dart @@ -363,8 +363,13 @@ class BackgroundPush { } Future setupUp() async { - await UnifiedPushUi(matrix!.context, ["default"], UPFunctions()) - .registerAppWithDialog(); + await UnifiedPushUi( + context: matrix!.context, + instances: ["default"], + unifiedPushFunctions: UPFunctions(), + showNoDistribDialog: false, + onNoDistribDialogDismissed: () {}, // TODO: Implement me + ).registerAppWithDialog(); } Future _newUpEndpoint(PushEndpoint newPushEndpoint, String i) async { diff --git a/pubspec.lock b/pubspec.lock index 8e53a3c02..8ce8b3a64 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1967,10 +1967,10 @@ packages: dependency: "direct main" description: name: unifiedpush_ui - sha256: cf86f0214f37debd41f25c0425c8489df85e27f9f8784fed571eb7a86d39ba11 + sha256: "1b36b2aa0bc6b61577e2661c1183bd3442969ecf77b4c78174796d324f66dd1d" url: "https://pub.dev" source: hosted - version: "0.1.0" + version: "0.2.0" universal_html: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 488558f8f..cb3339447 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -76,7 +76,7 @@ dependencies: swipe_to_action: ^0.3.0 tor_detector_web: ^1.1.0 unifiedpush: ^6.2.0 - unifiedpush_ui: ^0.1.0 + unifiedpush_ui: ^0.2.0 universal_html: ^2.2.4 url_launcher: ^6.3.2 video_compress: ^3.1.4