Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mengyanshou committed Nov 13, 2021
1 parent e1af925 commit b2d73f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/app/modules/overview/list/devices_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class _DevicesItemState extends State<DevicesItem>
return;
}
AdbUtil.stopPoolingListDevices();
Get.to(DeveloperTool(
await Get.to(DeveloperTool(
entity: widget.devicesEntity,
));
AdbUtil.startPoolingListDevices();
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: adb_tool
description: 支持Android、macOS的adb工具,提供更方便的连接与设备操作.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.2.4+19
version: 1.2.4-hotfix+20
environment:
sdk: ">=2.7.0 <3.0.0"

Expand Down
2 changes: 1 addition & 1 deletion scripts/upload.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version='1.2.3'
version='1.2.4'
app_name='AdbTool'
target=root@$server:/home/nightmare/YanTool/resources/AdbTool
if [ -f $app_name'_macOS.tar' ]; then
Expand Down

0 comments on commit b2d73f1

Please sign in to comment.