From 48cbe17ccddc6d952e74dff0382c33e3fe1a661a Mon Sep 17 00:00:00 2001 From: ashilkn Date: Mon, 15 Apr 2024 10:40:10 +0530 Subject: [PATCH 1/2] [mob] Make the borders of settings drawer not-round --- mobile/lib/ui/tabs/home_widget.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/lib/ui/tabs/home_widget.dart b/mobile/lib/ui/tabs/home_widget.dart index 802b40be89..6745aaaa6f 100644 --- a/mobile/lib/ui/tabs/home_widget.dart +++ b/mobile/lib/ui/tabs/home_widget.dart @@ -325,6 +325,7 @@ class _HomeWidgetState extends State { constraints: const BoxConstraints(maxWidth: 430), child: Drawer( width: double.infinity, + shape: const RoundedRectangleBorder(), child: _settingsPage, ), ) From 2a835e80a4bac4eb4f6680d3cc2dd1a48c5502b3 Mon Sep 17 00:00:00 2001 From: ashilkn Date: Mon, 15 Apr 2024 10:41:45 +0530 Subject: [PATCH 2/2] [mob] bump up photos version to v0.8.81 --- mobile/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 2c0f91dc71..d3fbb7b675 100644 --- a/mobile/pubspec.yaml +++ b/mobile/pubspec.yaml @@ -12,7 +12,7 @@ description: ente photos application # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.8.80+600 +version: 0.8.81+601 publish_to: none environment: