Skip to content

Commit

Permalink
Fix closing of settings on click on mobile, closes #537
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Dec 5, 2023
1 parent fa5c962 commit 4e9f0f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/lib/settings/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ class _SettingsPageState extends State<SettingsPage> {

void navigateTo(SettingsView view) {
if (isMobile) {
Navigator.of(context).pop();
context.push(view.path);
} else {
setState(() {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/82.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Improve documentation of shortcuts ([#534](https://github.com/LinwoodDev/Butterfly/issues/534))
* Fix closing of settings on click on mobile ([#537](https://github.com/LinwoodDev/Butterfly/issues/537))

View all changes in the blog: https://linwood.dev/butterfly/2.0.0-rc.1

0 comments on commit 4e9f0f4

Please sign in to comment.