Skip to content

Commit

Permalink
[deep link] " fingerprint doesn't exist " counts as an android domain…
Browse files Browse the repository at this point in the history
… error (flutter#8294)

* Update validation_details_view.dart

* Update validation_details_view.dart
  • Loading branch information
hannah-hyj authored Sep 6, 2024
1 parent 0b40100 commit 9003e6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class _DomainCheckTable extends StatelessWidget {
initiallyExpanded: !fingerprintExists,
checkName: 'Digital assets link file',
status: _CheckStatusText(
hasError:
hasError: !fingerprintExists ||
linkData.domainErrors.any((e) => e is AndroidDomainError),
),
children: <Widget>[
Expand Down

0 comments on commit 9003e6a

Please sign in to comment.