Showing
1 changed file
with
1 additions
and
1 deletions
@@ -29,7 +29,7 @@ class AutoTrackConfigManager { | @@ -29,7 +29,7 @@ class AutoTrackConfigManager { | ||
29 | DeviceInfoPlugin().deviceInfo.then((value) { | 29 | DeviceInfoPlugin().deviceInfo.then((value) { |
30 | _deviceInfo = value.data; | 30 | _deviceInfo = value.data; |
31 | _baseDeviceInfo = value; | 31 | _baseDeviceInfo = value; |
32 | - _updateDeviceId(); | 32 | + // _updateDeviceId(); |
33 | }); | 33 | }); |
34 | } | 34 | } |
35 | 35 |
-
Please register or login to post a comment