Manage Beneficiary UI
This commit is contained in:
@@ -17,13 +17,13 @@ class _WelcomeScreenState extends State<WelcomeScreen> {
|
||||
void initState() {
|
||||
super.initState();
|
||||
|
||||
// Automatically go to login after 6 seconds
|
||||
// Timer(const Duration(seconds: 6), () {
|
||||
// Automatically go to logizn after 4 seconds
|
||||
Timer(const Duration(seconds: 4), () {
|
||||
|
||||
|
||||
// }
|
||||
// );
|
||||
widget.onContinue();
|
||||
widget.onContinue();
|
||||
}
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
@override
|
||||
|
Reference in New Issue
Block a user