Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
auto_track_plugin
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
顾海波
2025-06-11 09:43:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c7f732880836fe2e3b9d84a267c3382ce87165f6
c7f73288
1 parent
3e29ce6f
【优化】修改获取设备id时机,用于上架
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/auto_track/config/manager.dart
lib/auto_track/config/manager.dart
View file @
c7f7328
...
...
@@ -29,7 +29,7 @@ class AutoTrackConfigManager {
DeviceInfoPlugin
().
deviceInfo
.
then
((
value
)
{
_deviceInfo
=
value
.
data
;
_baseDeviceInfo
=
value
;
_updateDeviceId
();
//
_updateDeviceId();
});
}
...
...
Please
register
or
login
to post a comment