From a75d0a9a61ca7840d5f5bbee490bbe3ab6bd12d4 Mon Sep 17 00:00:00 2001 From: sherlock Date: Mon, 28 Aug 2023 17:33:48 +0700 Subject: [PATCH] fixup! fixup! fixup! TW-403: add share screen --- lib/pages/share/share_view.dart | 2 +- pubspec.lock | 9 +++++---- pubspec.yaml | 5 ++++- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/lib/pages/share/share_view.dart b/lib/pages/share/share_view.dart index 9dfaf71d98..04371db65c 100644 --- a/lib/pages/share/share_view.dart +++ b/lib/pages/share/share_view.dart @@ -26,7 +26,7 @@ class ShareView extends StatelessWidget { leading: TwakeIconButton( tooltip: L10n.of(context)!.cancel, icon: Icons.close, - onPressed: () => context.go('/rooms'), + onPressed: () => context.pop(), ), ), body: Padding( diff --git a/pubspec.lock b/pubspec.lock index ab6ef6668e..3266eda48d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1933,10 +1933,11 @@ packages: receive_sharing_intent: dependency: "direct main" description: - name: receive_sharing_intent - sha256: "912bebb551bce75a14098891fd750305b30d53eba0d61cc70cd9973be9866e8d" - url: "https://pub.dev" - source: hosted + path: "." + ref: "receive-.txt-v2" + resolved-ref: "7ac2cccb3e1ac4bddce7e287adcb69726f368b89" + url: "git@github.com:krabbenprgr/receive_sharing_intent.git" + source: git version: "1.4.5" record: dependency: "direct main" diff --git a/pubspec.yaml b/pubspec.yaml index a53a3bf87f..5a62d2130a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -77,7 +77,10 @@ dependencies: punycode: ^1.0.0 qr_code_scanner: ^1.0.0 qr_flutter: ^4.0.0 - receive_sharing_intent: ^1.4.5 + receive_sharing_intent: + git: + url: git@github.com:krabbenprgr/receive_sharing_intent.git + ref: receive-.txt-v2 record: ^4.4.4 scroll_to_index: ^3.0.1 share_plus: ^4.0.10+1