-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RCF-891] Scrolling Issue and Filter Remove (#494)
* RCF-891 scrolling issue and filter remove Signed-off-by: Sachin S P <[email protected]> * RCF-1000 Pre-reg data not updated after new fetch Signed-off-by: Sachin S P <[email protected]> * RCF-933 Signed-off-by: Sachin S P <[email protected]> * RCF-942 authentication image changes Signed-off-by: Sachin S P <[email protected]> * RCF-858 authentication failed for pdf data Signed-off-by: Sachin S P <[email protected]> --------- Signed-off-by: Sachin S P <[email protected]> Co-authored-by: Sachin S P <[email protected]>
- Loading branch information
1 parent
857f582
commit 21837f0
Showing
9 changed files
with
49 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ import 'package:flutter/material.dart'; | |
import 'package:flutter/services.dart'; | ||
|
||
import 'package:flutter_screenutil/flutter_screenutil.dart'; | ||
import 'package:flutter_svg/flutter_svg.dart'; | ||
import 'package:provider/provider.dart'; | ||
import 'package:registration_client/model/biometric_attribute_data.dart'; | ||
import 'package:registration_client/model/field.dart'; | ||
|
@@ -1086,7 +1087,7 @@ class _NewProcessState extends State<NewProcess> with WidgetsBindingObserver { | |
color: authIconBackground, | ||
), | ||
child: Center( | ||
child: Image.asset('assets/images/Registering an [email protected]'), | ||
child: SvgPicture.asset('assets/images/AuthenticationIcon.svg'), | ||
), | ||
); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters