TF-3082 Fix identity dialog auto scroll to bottom after reload

This commit is contained in:
DatDang
2024-08-30 11:35:56 +07:00
committed by Dat H. Pham
parent 5a1fdbb123
commit 5be6e5b5cd
@@ -171,7 +171,9 @@ class IdentityCreatorController extends BaseController with DragDropFileMixin im
session = arguments!.session;
identity = arguments!.identity;
actionType.value = arguments!.actionType;
if (actionType.value == IdentityActionType.create) {
if (actionType.value == IdentityActionType.create
&& arguments!.publicAssetsInIdentityArguments == null
) {
isLoadSignatureCompleted = true;
}
_checkDefaultIdentityIsSupported();