fix:调整添加指纹时发送命令的阶段

This commit is contained in:
liyi 2025-08-05 15:20:16 +08:00
parent 8752c8dc41
commit 46303ce2b9

View File

@ -281,7 +281,6 @@ class AddFingerprintLogic extends BaseGetXController {
privateKey: getPrivateKeyList, privateKey: getPrivateKeyList,
token: getTokenList, token: getTokenList,
).toString(); ).toString();
showBlueConnetctToastTimer(action: () async { showBlueConnetctToastTimer(action: () async {
final String getMobile = (await Storage.getMobile())!; final String getMobile = (await Storage.getMobile())!;
ApmHelper.instance.trackEvent('add_fingerprint', { ApmHelper.instance.trackEvent('add_fingerprint', {
@ -460,14 +459,7 @@ class AddFingerprintLogic extends BaseGetXController {
@override @override
void onReady() { void onReady() {
super.onReady(); super.onReady();
_initReplySubscription(); _initReplySubscription();
}
@override
void onInit() {
super.onInit();
senderAddFingerprint(); senderAddFingerprint();
} }