١١١١١
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import 'package:coda_project/screens/face_screen.dart';
|
||||
import 'package:coda_project/screens/notifications_screen.dart';
|
||||
import 'package:coda_project/screens/user_settings_screen.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
@@ -143,9 +144,7 @@ class AttendanceScreen extends StatelessWidget {
|
||||
onTap: () {
|
||||
Navigator.of(context).push(
|
||||
MaterialPageRoute(
|
||||
builder: (_) => LoginAnimationScreen(
|
||||
isLogin: true,
|
||||
isSuccess: false,
|
||||
builder: (_) => OvalCameraCapturePage(
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user