Skip to content

Commit

Permalink
Update goldens, broken tests and fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
DDavidPrime committed Jul 6, 2024
1 parent 4614840 commit 8138b83
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class OpenUrlWidgetWithDependencies extends StatelessWidget {
Widget build(BuildContext context) => MultiProvider(
providers: OpenUrlDependencies.from().providers,
child: OpenUrlWidget(
key: key,
url: url,
uriType: uriType,
onTap: onTap,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class PinCodeBiometricKey extends StatefulWidget {
class _PinCodeBiometricKeyState extends State<PinCodeBiometricKey> {
@override
Widget build(BuildContext context) => PinCodeKey(
onPressed: (_) => widget.onPressedDefault(_),
onPressed: (key) => widget.onPressedDefault(key),
isFingerScan: widget.isFingerScan,
isFaceScan: widget.isFaceScan,
isLoading: widget.isLoading,
Expand Down

0 comments on commit 8138b83

Please sign in to comment.