diff --git a/app/lib/views/app_bar.dart b/app/lib/views/app_bar.dart index 2099e9ff5f18..9255688ca7b8 100644 --- a/app/lib/views/app_bar.dart +++ b/app/lib/views/app_bar.dart @@ -582,7 +582,6 @@ class _MainPopupMenu extends StatelessWidget { : null, ), tooltip: AppLocalizations.of(context).actions, - isSelected: controller.isOpen, onPressed: controller.toggle, ), ), diff --git a/app/lib/views/property.dart b/app/lib/views/property.dart index b6820161b01f..7aec07d7acdd 100644 --- a/app/lib/views/property.dart +++ b/app/lib/views/property.dart @@ -168,7 +168,6 @@ class _PropertyViewState extends State ), tooltip: AppLocalizations.of(context).icon, - isSelected: controller.isOpen, ), menuChildren: menuChildren, ), diff --git a/app/pubspec.lock b/app/pubspec.lock index 73044a773674..020a0a8d005c 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -796,8 +796,8 @@ packages: dependency: "direct main" description: path: "packages/material_leap" - ref: "0ec9d6cdeffd298f1f8165059d8df1aecb5e7cb9" - resolved-ref: "0ec9d6cdeffd298f1f8165059d8df1aecb5e7cb9" + ref: "781b9db010dd8a6f43350e8ef70d25f863a6c2cf" + resolved-ref: "781b9db010dd8a6f43350e8ef70d25f863a6c2cf" url: "https://github.com/LinwoodDev/dart_pkgs.git" source: git version: "0.0.1" diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 8cf8db74a64c..3bfbcb941713 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -70,7 +70,7 @@ dependencies: material_leap: git: url: https://github.com/LinwoodDev/dart_pkgs.git - ref: 0ec9d6cdeffd298f1f8165059d8df1aecb5e7cb9 + ref: 781b9db010dd8a6f43350e8ef70d25f863a6c2cf path: packages/material_leap lw_sysinfo: git: diff --git a/fastlane/metadata/android/en-US/changelogs/87.txt b/fastlane/metadata/android/en-US/changelogs/87.txt index 9b53f1422512..53163c0bb6e0 100644 --- a/fastlane/metadata/android/en-US/changelogs/87.txt +++ b/fastlane/metadata/android/en-US/changelogs/87.txt @@ -2,4 +2,5 @@ * Fix markdown label editing * Fix not working new line * Fix asset card missing ripple effect -* Fix rename saved function will be triggered multiple times \ No newline at end of file +* Fix rename saved function will be triggered multiple times +* Fix pen property view \ No newline at end of file