fix:调整添加指纹时发送命令的阶段
This commit is contained in:
parent
8752c8dc41
commit
46303ce2b9
@ -281,7 +281,6 @@ class AddFingerprintLogic extends BaseGetXController {
|
||||
privateKey: getPrivateKeyList,
|
||||
token: getTokenList,
|
||||
).toString();
|
||||
|
||||
showBlueConnetctToastTimer(action: () async {
|
||||
final String getMobile = (await Storage.getMobile())!;
|
||||
ApmHelper.instance.trackEvent('add_fingerprint', {
|
||||
@ -460,14 +459,7 @@ class AddFingerprintLogic extends BaseGetXController {
|
||||
@override
|
||||
void onReady() {
|
||||
super.onReady();
|
||||
|
||||
_initReplySubscription();
|
||||
}
|
||||
|
||||
@override
|
||||
void onInit() {
|
||||
super.onInit();
|
||||
|
||||
senderAddFingerprint();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user